summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.hs-boot
blob: fb3c173a338aadbc639e9b70634615d036b58cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module Outputable where

import GhcPrelude
import GHC.Stack( HasCallStack )

data SDoc

showSDocUnsafe :: SDoc -> String

warnPprTrace :: HasCallStack => Bool -> String -> Int -> SDoc -> a -> a

text :: String -> SDoc