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

import GHC.Prelude

data SDoc
data PprStyle
data SDocContext

text :: String -> SDoc