ghc-lib-parser-0.20200501: compiler/GHC/Utils/Outputable.hs-boot
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