[project @ 1996-01-11 14:06:51 by partain]
[ghc-hetmet.git] / ghc / compiler / main / Errors.lhs
index ae2e631..3a8a376 100644 (file)
@@ -53,6 +53,7 @@ module Errors (
        instTypeErr,
 --     methodInstErr, UNUSED
        methodBindErr,
+       lurkingRank2Err,
        methodTypeLacksTyVarErr,
 --     missingClassOpErr, UNUSED
        naughtyCCallContextErr,
@@ -70,6 +71,7 @@ module Errors (
        specInstUnspecInstNotFoundErr,
        topLevelUnboxedDeclErr,
        tyConArityErr,
+       underAppliedTyErr,
        unifyErr,
        varyingArgsErr,
 #ifdef DPH