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 91515ce commit 312dcecCopy full SHA for 312dcec
message-index/messages/GHC-51179/index.md
@@ -10,7 +10,7 @@ The [Lambda Case extension](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/e
10
enables a syntactic sugar for a lambda function that pattern matches its argument immediately.
11
Using `LambdaCase`,
12
```
13
-\case {"1" -> 1, "2" -> 2}
+\case {"1" -> 1; "2" -> 2}
14
15
is equivalent to
16
0 commit comments