From aa63497700bb2e75767c1891a961fc06ba329065 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Tue, 22 Jul 2014 15:57:27 -0400 Subject: Porting guard fix to checker. --- checker/type_errors.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'checker/type_errors.mli') diff --git a/checker/type_errors.mli b/checker/type_errors.mli index 24086f16f..0cd556706 100644 --- a/checker/type_errors.mli +++ b/checker/type_errors.mli @@ -35,6 +35,7 @@ type guard_error = | RecCallInCaseArg of constr | RecCallInCasePred of constr | NotGuardedForm of constr + | ReturnPredicateNotCoInductive of constr type arity_error = | NonInformativeToInformative -- cgit v1.2.3