diff options
-rw-r--r-- | compiler/main/PprTyThing.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/PprTyThing.hs b/compiler/main/PprTyThing.hs index e738d7a4fe..c02dd2350a 100644 --- a/compiler/main/PprTyThing.hs +++ b/compiler/main/PprTyThing.hs @@ -26,7 +26,7 @@ import MkIface ( tyThingToIfaceDecl ) import Type ( tidyOpenType ) import IfaceSyn ( pprIfaceDecl, ShowSub(..), ShowHowMuch(..) ) import FamInstEnv( FamInst( .. ), FamFlavor(..) ) -import TcType +import Type( Type, pprTypeApp, pprSigmaType ) import Name import VarEnv( emptyTidyEnv ) import Outputable |