aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtMisc.mli
diff options
context:
space:
mode:
authorValentin Blot <24938579+vblot@users.noreply.github.com>2017-11-24 18:06:20 +0100
committerValentin Blot <24938579+vblot@users.noreply.github.com>2017-11-24 18:06:20 +0100
commita11eaaddc674c8dbce54c0a0c3ceb1059a0059f0 (patch)
tree4a934a82dc23b9fa8d0089dc2a95cbbe820733ca /src/trace/smtMisc.mli
parent6566176e1f87838bada8c04ba80e608e8c7e958f (diff)
downloadsmtcoq-a11eaaddc674c8dbce54c0a0c3ceb1059a0059f0.tar.gz
smtcoq-a11eaaddc674c8dbce54c0a0c3ceb1059a0059f0.zip
- auto-generated mli files for future documentation
- new Makefiles to handle these mli
Diffstat (limited to 'src/trace/smtMisc.mli')
-rw-r--r--src/trace/smtMisc.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/trace/smtMisc.mli b/src/trace/smtMisc.mli
new file mode 100644
index 0000000..d6aa792
--- /dev/null
+++ b/src/trace/smtMisc.mli
@@ -0,0 +1,7 @@
+val cInt_tbl : (int, Term.constr) Hashtbl.t
+val mkInt : int -> Term.constr
+type 'a gen_hashed = { index : int; hval : 'a; }
+val mklApp : Term.constr Lazy.t -> Term.constr array -> Term.constr
+val declare_new_type : Names.variable -> Term.constr
+val declare_new_variable : Names.variable -> Term.types -> Term.constr
+val mkName : string -> Names.name