Wibble
[ghc-hetmet.git] / compiler / types / TypeRep.lhs
index 74e0bdf..8322e9d 100644 (file)
@@ -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