aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/csymtable.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/csymtable.mli')
-rw-r--r--kernel/csymtable.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/csymtable.mli b/kernel/csymtable.mli
new file mode 100644
index 000000000..8bb0b890c
--- /dev/null
+++ b/kernel/csymtable.mli
@@ -0,0 +1,6 @@
+open Names
+open Term
+open Environ
+
+val val_of_constr : env -> constr -> values
+