aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtCnf.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace/smtCnf.ml')
-rw-r--r--src/trace/smtCnf.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/trace/smtCnf.ml b/src/trace/smtCnf.ml
index bf3d0d1..62a040d 100644
--- a/src/trace/smtCnf.ml
+++ b/src/trace/smtCnf.ml
@@ -149,7 +149,8 @@ module MakeCnf (Form:FORM) =
cnf c
| Fnot2 _ -> cnf args.(0)
-
+ | Fforall _ -> assert false
+
exception Cnf_done
let rec imm_link_Other other l =
@@ -245,6 +246,7 @@ module MakeCnf (Form:FORM) =
push_cnf args
| Fnot2 _ -> assert false
+ | Fforall _ -> assert false
let make_cnf reify c =
let ftrue = Form.get reify (Fapp(Ftrue, [||])) in