[project @ 1998-02-03 17:13:54 by simonm]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsPat.lhs
index 8e89bb2..ffbd373 100644 (file)
@@ -214,8 +214,6 @@ pprOutPat (DictPat dicts methods)
                  brackets (interpp'SP dicts),
                  brackets (interpp'SP methods)])
 
-pprConPatTy ty
- = parens (ppr ty)
 \end{code}
 
 %************************************************************************