aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/type_errors.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-14 01:35:52 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-14 01:35:52 +0000
commit992302908a84b4610148696a94626db8ebc919c7 (patch)
treea79f0b099eb742f3ecedeb8bbac4bac956ed21d2 /kernel/type_errors.ml
parent65a7fec2956690a2fff3514665d42f4105e4a4ca (diff)
Raffinement erreur Wrong Predicate
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1097 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/type_errors.ml')
-rw-r--r--kernel/type_errors.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/type_errors.ml b/kernel/type_errors.ml
index 39223c726..269e30fca 100644
--- a/kernel/type_errors.ml
+++ b/kernel/type_errors.ml
@@ -57,7 +57,7 @@ type type_error =
| BadPattern of constructor * constr
| BadConstructor of constructor * inductive
| WrongNumargConstructor of constructor_path * int
- | WrongPredicateArity of constr * int * int
+ | WrongPredicateArity of constr * constr * constr
| NeedsInversion of constr * constr
(* Relocation error *)
| QualidNotFound of qualid