From 9518675fafc27d3af2a62a5201244f5b5dfaf47f Mon Sep 17 00:00:00 2001 From: barras Date: Fri, 30 Jul 2010 19:53:46 +0000 Subject: 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 --- checker/type_errors.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checker/type_errors.mli') 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 -- cgit v1.2.3