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.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checker/type_errors.ml') diff --git a/checker/type_errors.ml b/checker/type_errors.ml index 9a4d06d78..2963b3ba3 100644 --- a/checker/type_errors.ml +++ b/checker/type_errors.ml @@ -20,7 +20,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