aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/satAtom.ml
diff options
context:
space:
mode:
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