From ff9b5494cb1943339543eeac41683a8ec2dda437 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Tue, 10 Feb 2015 18:41:46 +0100 Subject: More on the support for standard Coq (not working yet) --- src/euf/Euf.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/euf/Euf.v') diff --git a/src/euf/Euf.v b/src/euf/Euf.v index 9b86bf3..e3d73f6 100644 --- a/src/euf/Euf.v +++ b/src/euf/Euf.v @@ -36,7 +36,7 @@ Section certif. end | _ => C._true end. - Register get_eq as PrimInline. + (* Register get_eq as PrimInline. *) Fixpoint check_trans_aux (t1 t2:int) (eqs:list _lit) (res:_lit) (clause:C.t) : C.t := -- cgit