[project @ 1996-04-08 16:15:43 by partain]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsPat.lhs
index 9cf88be..d96e8ec 100644 (file)
@@ -26,7 +26,8 @@ import HsLoop         ( HsExpr )
 -- others:
 import Id              ( GenId, dataConSig )
 import Maybes          ( maybeToBool )
-import Outputable
+import Name            ( pprOp, pprNonOp )
+import Outputable      ( interppSP, interpp'SP, ifPprShowAll )
 import PprStyle                ( PprStyle(..) )
 import Pretty
 import TyCon           ( maybeTyConSingleCon )