Skip to content

Commit

Permalink
[Debug] Fix s-expression conversion of '='
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Dacík authored and Tomáš Dacík committed Jan 16, 2025
1 parent 0c309cf commit 78e4e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logics/BaseLogic.ml
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ type sexp_action =
| Skip

let app_to_sexp app xs = match app with
| Application.Equal -> App "="
| Application.Star -> App "sep"
| Application.GuardedNot -> Modify ("and", [List.hd xs; Boolean.mk_not @@ List.nth xs 1])
| Application.Pure -> Skip
Expand Down

0 comments on commit 78e4e0c

Please sign in to comment.