aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/typing.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/typing.mli')
-rw-r--r--pretyping/typing.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/typing.mli b/pretyping/typing.mli
index 94a56b6e1..bf26358a2 100644
--- a/pretyping/typing.mli
+++ b/pretyping/typing.mli
@@ -19,10 +19,10 @@ val unsafe_type_of : env -> evar_map -> EConstr.constr -> types
(** Typecheck a term and return its type + updated evars, optionally refreshing
universes *)
-val type_of : ?refresh:bool -> env -> evar_map -> EConstr.constr -> evar_map * types
+val type_of : ?refresh:bool -> env -> evar_map -> EConstr.constr -> evar_map * EConstr.types
(** Variant of [type_of] using references instead of state-passing. *)
-val e_type_of : ?refresh:bool -> env -> evar_map ref -> EConstr.constr -> types
+val e_type_of : ?refresh:bool -> env -> evar_map ref -> EConstr.constr -> EConstr.types
(** Typecheck a type and return its sort *)
val e_sort_of : env -> evar_map ref -> EConstr.types -> sorts