We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcff8d commit aaaaf0bCopy full SHA for aaaaf0b
content/investigating-lang-ext-semantics/index.md
@@ -91,7 +91,7 @@ Which restores the original behavior.
91
92
## Moving of instances due to Template Haskell
93
This change forces you to put the instances above the splice where
94
-it's being used in the same module.
+they are being used in the same module.
95
A dear colleague decided to generate instances in Template Haskell.
96
That was quite the puzzle!
97
I asked the GHC devs why they did this,
0 commit comments