diff options
| author | herbelin | 2000-10-10 09:22:17 +0000 |
|---|---|---|
| committer | herbelin | 2000-10-10 09:22:17 +0000 |
| commit | 8ddd34d0fc3433c9b826ce30a2715d58b740cc72 (patch) | |
| tree | 13b20ea87b6b347aff6951f4e48c114738667833 /kernel/type_errors.mli | |
| parent | 794567cd3d35d40b4ad4a4d7a1b0e11e38c4f257 (diff) | |
Messages d'erreurs Cases
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@675 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/type_errors.mli')
| -rw-r--r-- | kernel/type_errors.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/type_errors.mli b/kernel/type_errors.mli index f5e16f3c47..d8031350c9 100644 --- a/kernel/type_errors.mli +++ b/kernel/type_errors.mli @@ -58,6 +58,7 @@ type type_error = | UnexpectedType of constr * constr | NotProduct of constr (* Pattern-matching errors *) + | BadPattern of constructor * constr | BadConstructor of constructor * inductive | WrongNumargConstructor of constructor_path * int | WrongPredicateArity of constr * int * int |
