X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FPprTyThing.hs;h=4b309b615d724f72d12b922862af422099c1a4a4;hb=b15724ad3cae2a14c265683e8bb6f7d639dac251;hp=86c6f4c3d9720711c3efca9fc8318a63bd40cdfb;hpb=75ebc06a512a374eebb562ce4190bef136e2c1d6;p=ghc-hetmet.git diff --git a/compiler/main/PprTyThing.hs b/compiler/main/PprTyThing.hs index 86c6f4c..4b309b6 100644 --- a/compiler/main/PprTyThing.hs +++ b/compiler/main/PprTyThing.hs @@ -69,7 +69,7 @@ pprTyThingHdr exts (AClass cls) = pprClassHdr exts cls pprTyConHdr exts tyCon | Just (fam_tc, tys) <- tyConFamInst_maybe tyCon - = ptext keyword <+> ptext SLIT("instance") <+> pprTypeApp (ppr_bndr tyCon) tys + = ptext keyword <+> ptext SLIT("instance") <+> pprTypeApp tyCon (ppr_bndr tyCon) tys | otherwise = ptext keyword <+> opt_family <+> ppr_bndr tyCon <+> hsep (map ppr vars) where