summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/TyThing/Ppr.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/TyThing/Ppr.hs-boot')
-rw-r--r--compiler/GHC/Types/TyThing/Ppr.hs-boot11
1 files changed, 11 insertions, 0 deletions
diff --git a/compiler/GHC/Types/TyThing/Ppr.hs-boot b/compiler/GHC/Types/TyThing/Ppr.hs-boot
new file mode 100644
index 0000000000..388a21305c
--- /dev/null
+++ b/compiler/GHC/Types/TyThing/Ppr.hs-boot
@@ -0,0 +1,11 @@
+module GHC.Types.TyThing.Ppr (
+ pprTyThing,
+ pprTyThingInContext
+ ) where
+
+import {-# SOURCE #-} GHC.Iface.Type ( ShowSub )
+import GHC.Types.TyThing ( TyThing )
+import GHC.Utils.Outputable ( SDoc )
+
+pprTyThing :: ShowSub -> TyThing -> SDoc
+pprTyThingInContext :: ShowSub -> TyThing -> SDoc