summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Outputable.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Utils/Outputable.hs-boot')
-rw-r--r--compiler/GHC/Utils/Outputable.hs-boot14
1 files changed, 14 insertions, 0 deletions
diff --git a/compiler/GHC/Utils/Outputable.hs-boot b/compiler/GHC/Utils/Outputable.hs-boot
new file mode 100644
index 0000000000..dee3d2039c
--- /dev/null
+++ b/compiler/GHC/Utils/Outputable.hs-boot
@@ -0,0 +1,14 @@
+module GHC.Utils.Outputable where
+
+import GHC.Prelude
+import GHC.Stack( HasCallStack )
+
+data SDoc
+data PprStyle
+data SDocContext
+
+showSDocUnsafe :: SDoc -> String
+
+warnPprTrace :: HasCallStack => Bool -> String -> Int -> SDoc -> a -> a
+
+text :: String -> SDoc