aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/typing.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/typing.mli')
-rw-r--r--pretyping/typing.mli10
1 files changed, 5 insertions, 5 deletions
diff --git a/pretyping/typing.mli b/pretyping/typing.mli
index 0aa65bef3..9a40d01ec 100644
--- a/pretyping/typing.mli
+++ b/pretyping/typing.mli
@@ -25,10 +25,10 @@ val sort_of : env -> evar_map -> types -> sorts
val check : env -> evar_map -> constr -> types -> unit
(* The same but with metas... *)
-val mtype_of : env -> evar_defs -> constr -> types
-val msort_of : env -> evar_defs -> types -> sorts
-val mcheck : env -> evar_defs -> constr -> types -> unit
-val meta_type : evar_defs -> metavariable -> types
+val mtype_of : env -> evar_map -> constr -> types
+val msort_of : env -> evar_map -> types -> sorts
+val mcheck : env -> evar_map -> constr -> types -> unit
+val meta_type : evar_map -> metavariable -> types
(* unused typing function... *)
-val mtype_of_type : env -> evar_defs -> types -> types
+val mtype_of_type : env -> evar_map -> types -> types