diff options
Diffstat (limited to 'kernel/type_errors.mli')
| -rw-r--r-- | kernel/type_errors.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/type_errors.mli b/kernel/type_errors.mli index dabff83606..3a6ad4bb19 100644 --- a/kernel/type_errors.mli +++ b/kernel/type_errors.mli @@ -18,7 +18,7 @@ type guard_error = (** Fixpoints *) | NotEnoughAbstractionInFixBody | RecursionNotOnInductiveType of constr - | RecursionOnIllegalTerm of int * constr * int list * int list + | RecursionOnIllegalTerm of int * (env * constr) * int list * int list | NotEnoughArgumentsForFixCall of int (** CoFixpoints *) | CodomainNotInductiveType of constr |
