X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FTypeRep.lhs;h=8322e9d425e671fe13dd6e97c68bedac36cc2942;hb=ebff59fc35239fffad714f5414e83208ccd2a458;hp=74e0bdf37550f4c5a62f78a6bef0a9f6db64d5ce;hpb=9c83ea50dcfb5c5ada888cf956560df641afb130;p=ghc-hetmet.git diff --git a/compiler/types/TypeRep.lhs b/compiler/types/TypeRep.lhs index 74e0bdf..8322e9d 100644 --- a/compiler/types/TypeRep.lhs +++ b/compiler/types/TypeRep.lhs @@ -449,7 +449,7 @@ pprClassPred :: Class -> [Type] -> SDoc pprClassPred clas tys = ppr_type_app TopPrec (getName clas) tys pprTheta :: ThetaType -> SDoc -pprTheta [pred] = pprPred pred +-- pprTheta [pred] = pprPred pred -- I'm in two minds about this pprTheta theta = parens (sep (punctuate comma (map pprPred theta))) pprThetaArrow :: ThetaType -> SDoc