From a714d4b1cc90089b80ac475f5b6882f05e98c355 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 25 Jan 2019 16:36:25 -0500 Subject: Support Nat.eqb in reification --- src/AbstractInterpretation.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AbstractInterpretation.v') diff --git a/src/AbstractInterpretation.v b/src/AbstractInterpretation.v index 463cc72cd..4d82b869a 100644 --- a/src/AbstractInterpretation.v +++ b/src/AbstractInterpretation.v @@ -377,6 +377,7 @@ Module Compilers. | ident.Nat_mul as idc | ident.Nat_add as idc | ident.Nat_sub as idc + | ident.Nat_eqb as idc | ident.List_seq as idc => fun x y => x <- x; y <- y; rSome (ident.interp idc x y) | ident.List_repeat _ -- cgit v1.2.3