diff options
Diffstat (limited to 'checker/type_errors.ml')
| -rw-r--r-- | checker/type_errors.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checker/type_errors.ml b/checker/type_errors.ml index 565005b908..cb8888a4f1 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 |
