aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/type_errors.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-10 09:22:17 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-10 09:22:17 +0000
commit8ddd34d0fc3433c9b826ce30a2715d58b740cc72 (patch)
tree13b20ea87b6b347aff6951f4e48c114738667833 /kernel/type_errors.ml
parent794567cd3d35d40b4ad4a4d7a1b0e11e38c4f257 (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.ml')
-rw-r--r--kernel/type_errors.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/type_errors.ml b/kernel/type_errors.ml
index 34dee81c8..f96b0b9a1 100644
--- a/kernel/type_errors.ml
+++ b/kernel/type_errors.ml
@@ -54,6 +54,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