You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/investigating-lang-ext-semantics/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ The issue is discussed [here](https://gitlab.haskell.org/ghc/ghc/-/issues/23719)
169
169
From what I understand from the [manual](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/type_abstractions.html#type-abstractions)
170
170
is that part of the syntax for type abstractions landed in GHC 9.2,
171
171
however 9.8 and onwards requires you to enable this language extension.
172
-
This appears to because certain new functionality was introduced behind an
172
+
This appeared because certain new functionality was introduced behind an
173
173
old language extension flag, according to [this proposal](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0448-type-variable-scoping.rst#4type-arguments-in-constructor-patterns)
174
174
175
175
This extension enables you to bind type variables in pattern matches.
0 commit comments