blob: a1f864bda863c040d8fdc0ab842fcd9d8229d2a3 (
plain)
1
2
3
4
5
6
7
8
9
|
module GHC.Driver.Ppr where
import GHC.Prelude
import GHC.Stack
import {-# SOURCE #-} GHC.Driver.Session
import {-# SOURCE #-} GHC.Utils.Outputable
showSDoc :: DynFlags -> SDoc -> String
warnPprTrace :: HasCallStack => Bool -> String -> Int -> SDoc -> a -> a
|