diff options
Diffstat (limited to 'compiler/utils/Outputable.hs-boot')
-rw-r--r-- | compiler/utils/Outputable.hs-boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/utils/Outputable.hs-boot b/compiler/utils/Outputable.hs-boot index 1c15a6982a..e5e88953cc 100644 --- a/compiler/utils/Outputable.hs-boot +++ b/compiler/utils/Outputable.hs-boot @@ -1,3 +1,5 @@ module Outputable where data SDoc + +showSDocUnsafe :: SDoc -> String |