diff options
author | Adam Gundry <adam@well-typed.com> | 2021-04-23 23:05:04 +0100 |
---|---|---|
committer | Adam Gundry <adam@well-typed.com> | 2021-04-23 23:05:04 +0100 |
commit | 0015f019f72ddd2ca4a46e987bf17acaf0ce59d2 (patch) | |
tree | 444e436eb750834da1fd6f8ea117a4166ef00879 /compiler/Language/Haskell/Syntax/Extension.hs | |
parent | 7bc7eea3897dcb8a87fdb0921f451b9bc77309f6 (diff) | |
download | haskell-wip/amg/rename-ttg-notes.tar.gz |
Rename references to Note [Trees That Grow] consistently [skip ci]wip/amg/rename-ttg-notes
I tend to find Notes by (case-sensitive) grep, and I spent a surprisingly
long time looking for this Note, because it was referenced inconsistently
with different cases, and without the module name.
Diffstat (limited to 'compiler/Language/Haskell/Syntax/Extension.hs')
-rw-r--r-- | compiler/Language/Haskell/Syntax/Extension.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Language/Haskell/Syntax/Extension.hs b/compiler/Language/Haskell/Syntax/Extension.hs index 892e93892d..7489e6fdaa 100644 --- a/compiler/Language/Haskell/Syntax/Extension.hs +++ b/compiler/Language/Haskell/Syntax/Extension.hs @@ -27,7 +27,7 @@ import Data.Kind (Type) import GHC.Utils.Outputable {- -Note [Trees that grow] +Note [Trees That Grow] ~~~~~~~~~~~~~~~~~~~~~~ See https://gitlab.haskell.org/ghc/ghc/wikis/implementing-trees-that-grow |