aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/satAtom.ml
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:15:25 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:15:25 +0200
commitbe486d634803e7bdfd455e58dbe3ed0968798eda (patch)
tree8bba73ba41522a4fb288dc7243bd3954932b7366 /src/trace/satAtom.ml
parenta3a63ab0bceb12f03bac91ef7461061f1cb20af1 (diff)
parentb40fefbb52afbc7deaa0b591d155bf2e84d0afba (diff)
downloadsmtcoq-be486d634803e7bdfd455e58dbe3ed0968798eda.tar.gz
smtcoq-be486d634803e7bdfd455e58dbe3ed0968798eda.zip
Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11
Diffstat (limited to 'src/trace/satAtom.ml')
-rw-r--r--src/trace/satAtom.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trace/satAtom.ml b/src/trace/satAtom.ml
index 6ffd752..0296c88 100644
--- a/src/trace/satAtom.ml
+++ b/src/trace/satAtom.ml
@@ -27,7 +27,7 @@ module Atom =
type reify_tbl =
{ mutable count : int;
- tbl : (Structures.constr, int) Hashtbl.t
+ tbl : (CoqInterface.constr, int) Hashtbl.t
}
let create () =
@@ -51,7 +51,7 @@ module Atom =
t
let interp_tbl reify =
- Structures.mkArray (Lazy.force cbool, atom_tbl reify)
+ CoqInterface.mkArray (Lazy.force cbool, atom_tbl reify)
let logic _ = SL.empty