X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2FhsSyn%2FHsPat.lhs;h=d96e8ecc8ccc140ed2f2af29e1a74f994f1068fe;hp=9cf88be29af4850ad5813f38a31f25122236cee4;hb=7b0181919416d8f04324575b7e17031ca692f5b0;hpb=f9120c200bcf613b58d742802172fb4c08171f0d diff --git a/ghc/compiler/hsSyn/HsPat.lhs b/ghc/compiler/hsSyn/HsPat.lhs index 9cf88be..d96e8ec 100644 --- a/ghc/compiler/hsSyn/HsPat.lhs +++ b/ghc/compiler/hsSyn/HsPat.lhs @@ -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 )