summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Ppr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Utils/Ppr.hs')
-rw-r--r--compiler/GHC/Utils/Ppr.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Utils/Ppr.hs b/compiler/GHC/Utils/Ppr.hs
index 9b5b55658f..af2b6f977a 100644
--- a/compiler/GHC/Utils/Ppr.hs
+++ b/compiler/GHC/Utils/Ppr.hs
@@ -22,7 +22,7 @@
{-
Note [Differences between libraries/pretty and compiler/GHC/Utils/Ppr.hs]
-
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For historical reasons, there are two different copies of `Pretty` in the GHC
source tree:
* `libraries/pretty` is a submodule containing
@@ -441,7 +441,7 @@ braces p = char '{' <> p <> char '}'
{-
Note [Print Hexadecimal Literals]
-
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Relevant discussions:
* Phabricator: https://phabricator.haskell.org/D4465
* GHC Trac: https://gitlab.haskell.org/ghc/ghc/issues/14872