diff options
Diffstat (limited to 'kernel/inductive.mli')
| -rw-r--r-- | kernel/inductive.mli | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli index 8140d949d7..1f1d5927fa 100644 --- a/kernel/inductive.mli +++ b/kernel/inductive.mli @@ -75,10 +75,10 @@ type mutual_inductive_entry = { definition. *) type inductive_error = - | NonPos of int - | NotEnoughArgs of int - | NotConstructor - | NonPar of int * int + | NonPos of name list * constr * constr + | NotEnoughArgs of name list * constr * constr + | NotConstructor of name list * constr * constr + | NonPar of name list * constr * int * constr * constr | SameNamesTypes of identifier | SameNamesConstructors of identifier * identifier | NotAnArity of identifier |
