aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtAtom.mli
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-04-26 23:07:38 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2016-04-26 23:07:38 +0200
commita5bd782f300c3767936fc3f45df6a09cda185370 (patch)
treebb3c0753a54e035fec56f78edbae84485a50b878 /src/trace/smtAtom.mli
parent048f0170612ee39f6bc736246fca82d960e79a18 (diff)
downloadsmtcoq-a5bd782f300c3767936fc3f45df6a09cda185370.tar.gz
smtcoq-a5bd782f300c3767936fc3f45df6a09cda185370.zip
Both native-coq and Coq 8.5 are fully supported
Diffstat (limited to 'src/trace/smtAtom.mli')
-rw-r--r--src/trace/smtAtom.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trace/smtAtom.mli b/src/trace/smtAtom.mli
index 9b8a613..fd0a30c 100644
--- a/src/trace/smtAtom.mli
+++ b/src/trace/smtAtom.mli
@@ -48,6 +48,8 @@ module Btype :
val interp_to_coq : reify_tbl -> btype -> Term.constr
+ val get_cuts : reify_tbl -> (Structures.names_id_t * Term.types) list
+
end
(** Operators *)