X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FhsSyn%2FHsPat.lhs;h=ffbd373b16ebf920eadcea80a9285a2e274230e1;hb=be33dbc967b4915cfdb0307ae1b7ae3cee651b8c;hp=8e89bb2f3dad0799804b5e7bf87863d884a9b7df;hpb=9dd6e1c216993624a2cd74b62ca0f0569c02c26b;p=ghc-hetmet.git diff --git a/ghc/compiler/hsSyn/HsPat.lhs b/ghc/compiler/hsSyn/HsPat.lhs index 8e89bb2..ffbd373 100644 --- a/ghc/compiler/hsSyn/HsPat.lhs +++ b/ghc/compiler/hsSyn/HsPat.lhs @@ -214,8 +214,6 @@ pprOutPat (DictPat dicts methods) brackets (interpp'SP dicts), brackets (interpp'SP methods)]) -pprConPatTy ty - = parens (ppr ty) \end{code} %************************************************************************