diff options
| author | herbelin | 1999-11-26 21:19:41 +0000 |
|---|---|---|
| committer | herbelin | 1999-11-26 21:19:41 +0000 |
| commit | 18a9bacd66660b23af059658116db7b812d6db06 (patch) | |
| tree | db12259da18e58325063d107e0e61045fec7ea7c /pretyping/pretype_errors.mli | |
| parent | 1a2dc1bb8b78b07ea7620b466138f43df6a05aaa (diff) | |
Modification pour faire compiler pretyping.ml qui maintenant compile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@156 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/pretype_errors.mli')
| -rw-r--r-- | pretyping/pretype_errors.mli | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pretyping/pretype_errors.mli b/pretyping/pretype_errors.mli index 2356154989..c8f6dc463b 100644 --- a/pretyping/pretype_errors.mli +++ b/pretyping/pretype_errors.mli @@ -15,8 +15,9 @@ exception PreTypeError of loc * path_kind * context * type_error val error_cant_find_case_type_loc : loc -> unsafe_env -> constr -> 'a -val error_number_branches_loc : - loc -> unsafe_env -> constr -> constr -> int -> 'b - val error_ill_formed_branch_loc : loc -> path_kind -> unsafe_env -> constr -> int -> constr -> constr -> 'b + +val error_number_branches_loc : + loc -> path_kind -> unsafe_env -> constr -> constr -> int -> 'b + |
