aboutsummaryrefslogtreecommitdiff
path: root/pretyping/pretype_errors.mli
diff options
context:
space:
mode:
authorherbelin2000-05-31 13:12:16 +0000
committerherbelin2000-05-31 13:12:16 +0000
commite563ed5bf7681b910e36d2dc4ea99406da940cec (patch)
tree2f20f6a977cb75067ab7ee1bffddd444136aa6ad /pretyping/pretype_errors.mli
parent301d5af223390fa5c82da9ae9958f610493ba814 (diff)
Afficahge des locations
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@483 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/pretype_errors.mli')
-rw-r--r--pretyping/pretype_errors.mli10
1 files changed, 10 insertions, 0 deletions
diff --git a/pretyping/pretype_errors.mli b/pretyping/pretype_errors.mli
index 9944f55a86..8522328977 100644
--- a/pretyping/pretype_errors.mli
+++ b/pretyping/pretype_errors.mli
@@ -22,6 +22,16 @@ val error_cant_find_case_type_loc :
val error_ill_formed_branch_loc :
loc -> path_kind -> env -> constr -> int -> constr -> constr -> 'b
+val error_actual_type_loc :
+ loc -> env -> constr -> constr -> constr -> 'b
+
+val error_cant_apply_not_functional_loc :
+ loc -> env -> unsafe_judgment -> unsafe_judgment list -> 'b
+
+val error_cant_apply_bad_type_loc :
+ loc -> env -> int * constr * constr ->
+ unsafe_judgment -> unsafe_judgment list -> 'b
+
val error_number_branches_loc :
loc -> path_kind -> env -> constr -> constr -> int -> 'b