aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/typing.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/typing.mli')
-rw-r--r--pretyping/typing.mli18
1 files changed, 18 insertions, 0 deletions
diff --git a/pretyping/typing.mli b/pretyping/typing.mli
new file mode 100644
index 000000000..b12cd369d
--- /dev/null
+++ b/pretyping/typing.mli
@@ -0,0 +1,18 @@
+
+(* $Id$ *)
+
+(*i*)
+open Term
+open Environ
+open Evd
+(*i*)
+
+(* This module provides the typing machine with existential variables
+ (but without universes). *)
+
+val type_of : unsafe_env -> 'a evar_map -> constr -> constr
+
+val execute_type : unsafe_env -> 'a evar_map -> constr -> typed_type
+
+val execute_rec_type : unsafe_env -> 'a evar_map -> constr -> typed_type
+