diff options
Diffstat (limited to 'checker/type_errors.mli')
| -rw-r--r-- | checker/type_errors.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/type_errors.mli b/checker/type_errors.mli index 28bce35620..0367135383 100644 --- a/checker/type_errors.mli +++ b/checker/type_errors.mli @@ -22,7 +22,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 |
