Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nartannt authored and c-cube committed Feb 8, 2024
1 parent a22e976 commit 050072e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Literals.ml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ module Conv = struct
|> CCList.map (fun v -> T.Conv.to_simple_term ctx (T.var v)) in
let disjuncts =
match or_args with
| [] -> assert false
| [] -> TypedSTerm.app_builtin ~ty Builtin.false_ []
| [disj] -> disj
| _ -> TypedSTerm.app_builtin ~ty Builtin.or_ or_args in
TypedSTerm.close_with_vars vars disjuncts
Expand Down

0 comments on commit 050072e

Please sign in to comment.