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/Pat.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/Pat.hs')
-rw-r--r-- | compiler/Language/Haskell/Syntax/Pat.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Language/Haskell/Syntax/Pat.hs b/compiler/Language/Haskell/Syntax/Pat.hs index 4417026478..df29f74271 100644 --- a/compiler/Language/Haskell/Syntax/Pat.hs +++ b/compiler/Language/Haskell/Syntax/Pat.hs @@ -210,7 +210,7 @@ data Pat p -- ^ Pattern with a type signature - -- | Trees that Grow extension point for new constructors + -- Extension point; see Note [Trees That Grow] in Language.Haskell.Syntax.Extension | XPat !(XXPat p) |