diff options
| author | herbelin | 2008-01-05 17:04:16 +0000 |
|---|---|---|
| committer | herbelin | 2008-01-05 17:04:16 +0000 |
| commit | d5d41c634dc1e3e7f07b3a465bc80b4eb5ea856f (patch) | |
| tree | e0140a48497a6db4b3aa67b6cde24384d947ef7b /kernel/indtypes.mli | |
| parent | f95f96b8a86f55226e0886c30db2b93d9117041f (diff) | |
Fixed bug 1761 (unexpected anomaly when constructor type has invalid
conclusion) and improved error message when the conclusion of the type
of a constructor is invalid.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10425 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/indtypes.mli')
| -rw-r--r-- | kernel/indtypes.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/indtypes.mli b/kernel/indtypes.mli index 620cbf5805..5a583bcb13 100644 --- a/kernel/indtypes.mli +++ b/kernel/indtypes.mli @@ -26,7 +26,7 @@ open Typeops type inductive_error = | NonPos of env * constr * constr | NotEnoughArgs of env * constr * constr - | NotConstructor of env * constr * constr + | NotConstructor of env * identifier * constr * constr * int * int | NonPar of env * constr * int * constr * constr | SameNamesTypes of identifier | SameNamesConstructors of identifier |
