diff options
| author | barras | 2010-07-30 19:53:46 +0000 |
|---|---|---|
| committer | barras | 2010-07-30 19:53:46 +0000 |
| commit | 9518675fafc27d3af2a62a5201244f5b5dfaf47f (patch) | |
| tree | 860892242d34bda1e923f697f571765a71638789 /checker/type_errors.mli | |
| parent | 707e6ebc87d88e0e6a5cb5060837dbc0fce3b6a1 (diff) | |
adpated the checker to handle coomutative cuts and lazyness
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13365 85f007b7-540e-0410-9357-904b9bb8a0f7
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 |
