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

data SDoc

showSDocUnsafe :: SDoc -> String

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

text :: String -> SDoc