From bc568f070a168135b5a285154a6ed307fa4f0d79 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Thu, 1 Apr 2021 10:07:58 +0200 Subject: Un-backport #87 --- src/trace/coqTerms.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trace/coqTerms.ml b/src/trace/coqTerms.ml index ed9b1f7..9af2b8c 100644 --- a/src/trace/coqTerms.ml +++ b/src/trace/coqTerms.ml @@ -24,7 +24,7 @@ let ceq63 = gen_constant Structures.int63_modules "eqb" let carray = gen_constant Structures.parray_modules "array" (* is_true *) -let cis_true = gen_constant init_modules "is_true" +let cis_true = gen_constant Structures.init_modules "is_true" (* nat *) let cnat = gen_constant Structures.init_modules "nat" -- cgit