diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-09-16 17:40:51 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-09-21 23:05:30 +0200 |
commit | eb1e236fc6ff37c28cee4cf9a2966ee4a0c4c375 (patch) | |
tree | f7eb23e5426861da68eb0fac7a667f71684690f3 /compiler/GHC/Utils/Outputable.hs-boot | |
parent | 06ccad0de07026ea8128a9951f608bcc67ef23d8 (diff) | |
download | haskell-wip/outputable-cleanup.tar.gz |
Minor refactor around Outputablewip/outputable-cleanup
* Replace 'text . show' and 'ppr' with 'int'.
* Remove Outputable.hs-boot, no longer needed
* Use pprWithCommas
* Factor out instructions in AArch64 codegen
Diffstat (limited to 'compiler/GHC/Utils/Outputable.hs-boot')
-rw-r--r-- | compiler/GHC/Utils/Outputable.hs-boot | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/GHC/Utils/Outputable.hs-boot b/compiler/GHC/Utils/Outputable.hs-boot deleted file mode 100644 index e99b5e4f15..0000000000 --- a/compiler/GHC/Utils/Outputable.hs-boot +++ /dev/null @@ -1,9 +0,0 @@ -module GHC.Utils.Outputable where - -import GHC.Prelude - -data SDoc -data PprStyle -data SDocContext - -text :: String -> SDoc |