aboutsummaryrefslogtreecommitdiff
path: root/checker/type_errors.mli
diff options
context:
space:
mode:
authorbarras2010-07-30 19:53:46 +0000
committerbarras2010-07-30 19:53:46 +0000
commit9518675fafc27d3af2a62a5201244f5b5dfaf47f (patch)
tree860892242d34bda1e923f697f571765a71638789 /checker/type_errors.mli
parent707e6ebc87d88e0e6a5cb5060837dbc0fce3b6a1 (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.mli2
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