Skip to content

Commit 0c95065

Browse files
jappeaceKleidukos
andauthored
Update content/investigating-lang-ext-semantics/index.md
Co-authored-by: Hécate <Kleidukos@users.noreply.github.com>
1 parent 78a5627 commit 0c95065

File tree

1 file changed

+1
-1
lines changed
  • content/investigating-lang-ext-semantics

1 file changed

+1
-1
lines changed

content/investigating-lang-ext-semantics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The issue is discussed [here](https://gitlab.haskell.org/ghc/ghc/-/issues/23719)
169169
From what I understand from the [manual](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/type_abstractions.html#type-abstractions)
170170
is that part of the syntax for type abstractions landed in GHC 9.2,
171171
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
173173
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)
174174

175175
This extension enables you to bind type variables in pattern matches.

0 commit comments

Comments
 (0)