summaryrefslogtreecommitdiff
path: root/compiler/Language/Haskell/Syntax/Pat.hs
diff options
context:
space:
mode:
authorAdam Gundry <adam@well-typed.com>2021-04-23 23:05:04 +0100
committerAdam Gundry <adam@well-typed.com>2021-04-23 23:05:04 +0100
commit0015f019f72ddd2ca4a46e987bf17acaf0ce59d2 (patch)
tree444e436eb750834da1fd6f8ea117a4166ef00879 /compiler/Language/Haskell/Syntax/Pat.hs
parent7bc7eea3897dcb8a87fdb0921f451b9bc77309f6 (diff)
downloadhaskell-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.hs2
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)