packages feed

ghc-lib-parser-0.20200301: compiler/utils/Outputable.hs-boot

module Outputable where

import GhcPrelude
import GHC.Stack( HasCallStack )

data SDoc
data PprStyle
data SDocContext

showSDocUnsafe :: SDoc -> String

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

text :: String -> SDoc