From 6b649aba925b6f7462da07599fe67ebb12a3460e Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Wed, 28 Jul 2004 21:54:47 +0000 Subject: Imported Upstream version 8.0pl1 --- pretyping/typing.mli | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pretyping/typing.mli (limited to 'pretyping/typing.mli') diff --git a/pretyping/typing.mli b/pretyping/typing.mli new file mode 100644 index 00000000..4ea74dcd --- /dev/null +++ b/pretyping/typing.mli @@ -0,0 +1,27 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* evar_map -> constr -> unsafe_judgment + +val type_of : env -> evar_map -> constr -> constr + +val execute_type : env -> evar_map -> constr -> types + +val execute_rec_type : env -> evar_map -> constr -> types + -- cgit v1.2.3