aboutsummaryrefslogtreecommitdiff
path: root/pretyping/pretype_errors.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/pretype_errors.mli')
-rw-r--r--pretyping/pretype_errors.mli10
1 files changed, 5 insertions, 5 deletions
diff --git a/pretyping/pretype_errors.mli b/pretyping/pretype_errors.mli
index 4e37b18a75..33238ecd9e 100644
--- a/pretyping/pretype_errors.mli
+++ b/pretyping/pretype_errors.mli
@@ -16,16 +16,16 @@ open Rawterm
exception PretypeError of loc * path_kind * context * type_error
val error_cant_find_case_type_loc :
- loc -> unsafe_env -> constr -> 'a
+ loc -> env -> constr -> 'a
val error_ill_formed_branch_loc :
- loc -> path_kind -> unsafe_env -> constr -> int -> constr -> constr -> 'b
+ loc -> path_kind -> env -> constr -> int -> constr -> constr -> 'b
val error_number_branches_loc :
- loc -> path_kind -> unsafe_env -> constr -> constr -> int -> 'b
+ loc -> path_kind -> env -> constr -> constr -> int -> 'b
-val error_occur_check : path_kind -> unsafe_env -> int -> constr -> 'a
+val error_occur_check : path_kind -> env -> int -> constr -> 'a
-val error_not_clean : path_kind -> unsafe_env -> int -> constr -> 'a
+val error_not_clean : path_kind -> env -> int -> constr -> 'a