aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/satAtom.ml
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2015-01-13 17:11:29 +0100
committerChantal Keller <Chantal.Keller@inria.fr>2015-01-13 17:11:29 +0100
commit7072c4591668d2c21211a744d3719f6b42d1e7b9 (patch)
tree800520e1e414e10b29804a998c63764c18f2c1cd /src/trace/satAtom.ml
parent469a88043ad000403cff5122e27770c130ef77e4 (diff)
downloadsmtcoq-7072c4591668d2c21211a744d3719f6b42d1e7b9.tar.gz
smtcoq-7072c4591668d2c21211a744d3719f6b42d1e7b9.zip
Identify ML functions that depend on native-coq
Diffstat (limited to 'src/trace/satAtom.ml')
-rw-r--r--src/trace/satAtom.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/satAtom.ml b/src/trace/satAtom.ml
index ca72504..f381407 100644
--- a/src/trace/satAtom.ml
+++ b/src/trace/satAtom.ml
@@ -53,7 +53,7 @@ module Atom =
t
let interp_tbl reify =
- Term.mkArray (Lazy.force cbool, atom_tbl reify)
+ Structures.mkArray (Lazy.force cbool, atom_tbl reify)
end