X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FhsSyn%2FHsTypes.lhs;h=40d50f3935c83e565b7bce5afef9702e773b351d;hb=3c1b89ab88b2f349a698e9eb05d0e971a670f245;hp=a795a2f1ae1ad91e88285e2de91f56cd076563e3;hpb=e7db662bfc0fd382f6ba650567cc32d1abfb210b;p=ghc-hetmet.git diff --git a/ghc/compiler/hsSyn/HsTypes.lhs b/ghc/compiler/hsSyn/HsTypes.lhs index a795a2f..40d50f3 100644 --- a/ghc/compiler/hsSyn/HsTypes.lhs +++ b/ghc/compiler/hsSyn/HsTypes.lhs @@ -145,6 +145,9 @@ replaceTyVarName (IfaceTyVar n k) n' = IfaceTyVar n' k %* * %************************************************************************ +NB: these types get printed into interface files, so + don't change the printing format lightly + \begin{code} instance (Outputable name) => Outputable (HsType name) where ppr ty = pprHsType ty