1 2 3 4 5 6 7 8 9 10 11
module Outputable where import GhcPrelude data SDoc showSDocUnsafe :: SDoc -> String warnPprTrace :: Bool -> String -> Int -> SDoc -> a -> a text :: String -> SDoc