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.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'checker/type_errors.ml') diff --git a/checker/type_errors.ml b/checker/type_errors.ml index 565005b90..cb8888a4f 100644 --- a/checker/type_errors.ml +++ b/checker/type_errors.ml @@ -33,6 +33,7 @@ type guard_error = | RecCallInCaseArg of constr | RecCallInCasePred of constr | NotGuardedForm of constr + | ReturnPredicateNotCoInductive of constr type arity_error = | NonInformativeToInformative -- cgit v1.2.3