Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
yongweiy committed May 13, 2024
1 parent 4fd8789 commit c2faa1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax/qualifier.ml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module F (L : Lit.T) = struct
match List.filter (fun p -> not (is_true p)) l with
| [] -> mk_true
| [ x ] -> x
| [ x; y ] when x = y -> x
| l -> And l

let smart_or l =
Expand Down

0 comments on commit c2faa1c

Please sign in to comment.