aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtAtom.ml
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2022-02-15 18:34:33 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2022-02-15 18:34:33 +0100
commit23ac3ceceb92cdbc2026253c1bae388a2b9b6e18 (patch)
tree8409e89bf143ff9b97474b7ead6bb2aaf4f934eb /src/trace/smtAtom.ml
parent81b13b26f6dabca0152a9244fc474cd8ecb29905 (diff)
parent761a4af555c228a9fdd34ae33f9c842931a592cf (diff)
downloadsmtcoq-23ac3ceceb92cdbc2026253c1bae388a2b9b6e18.tar.gz
smtcoq-23ac3ceceb92cdbc2026253c1bae388a2b9b6e18.zip
Merge remote-tracking branch 'origin/coq-8.11' into coq-8.12
Diffstat (limited to 'src/trace/smtAtom.ml')
-rw-r--r--src/trace/smtAtom.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trace/smtAtom.ml b/src/trace/smtAtom.ml
index 9697882..6447ae7 100644
--- a/src/trace/smtAtom.ml
+++ b/src/trace/smtAtom.ml
@@ -385,7 +385,7 @@ module Op =
let index, hval = destruct "destruct on a Rel: called by set in interp_tbl" op in
t.(index) <- mk_Tval hval.tparams hval.tres hval.op_val in
Hashtbl.iter set reify.tbl;
- CoqInterface.mkArray (tval, t)
+ CoqTerms.mkArray (tval, t)
let to_list reify =
let set _ op acc =
@@ -1435,7 +1435,7 @@ module Atom =
let interp_tbl reify =
let t = to_array reify (Lazy.force dft_atom) a_to_coq in
- CoqInterface.mkArray (Lazy.force catom, t)
+ CoqTerms.mkArray (Lazy.force catom, t)
(** Producing a Coq term corresponding to the interpretation of an atom *)