aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-04-01 10:07:58 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-04-01 10:07:58 +0200
commitbc568f070a168135b5a285154a6ed307fa4f0d79 (patch)
treed6fedff1892b38f6ecb27ce79d46f45039c910f8
parentdc234d6d8c615407324ef2be66b5060ac0019395 (diff)
downloadsmtcoq-bc568f070a168135b5a285154a6ed307fa4f0d79.tar.gz
smtcoq-bc568f070a168135b5a285154a6ed307fa4f0d79.zip
Un-backport #87
-rw-r--r--src/trace/coqTerms.ml2
1 files changed, 1 insertions, 1 deletions
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"