X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypes%2FFamInstEnv.lhs;h=3bfe55d1f0a40945dc92dd9c7d251debcede60c6;hp=f442e02995d94310ed62fafd98442b13e6112caa;hb=467f588c25e6d7825a11eff018a67727b3dea71b;hpb=2e3b6bd7e00fa3faaa07ea0badee7f020a7c8306 diff --git a/compiler/types/FamInstEnv.lhs b/compiler/types/FamInstEnv.lhs index f442e02..3bfe55d 100644 --- a/compiler/types/FamInstEnv.lhs +++ b/compiler/types/FamInstEnv.lhs @@ -428,9 +428,6 @@ normaliseType env (FunTy ty1 ty2) normaliseType env (ForAllTy tyvar ty1) = let (coi,nty1) = normaliseType env ty1 in (mkForAllTyCoI tyvar coi,ForAllTy tyvar nty1) -normaliseType env (NoteTy note ty1) - = let (coi,nty1) = normaliseType env ty1 - in (coi,NoteTy note nty1) normaliseType _ ty@(TyVarTy _) = (IdCo,ty) normaliseType env (PredTy predty)