Skip to content

Commit 2fdd87a

Browse files
Update message-index/messages/GHC-53786/case-expr-in-do-block/index.md
Co-authored-by: David Thrane Christiansen <[email protected]>
1 parent f9b2b41 commit 2fdd87a

File tree

1 file changed

+1
-1
lines changed
  • message-index/messages/GHC-53786/case-expr-in-do-block

1 file changed

+1
-1
lines changed

message-index/messages/GHC-53786/case-expr-in-do-block/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Case expression in do-block
44

55
The expression in one branch of the case expression is a `do`-block that's missing a `do`. This triggers a corner case in the grammar of Haskell, and the `case`-expression is interpreted as the pattern part of a bind statement in the top-level `do`-block.
66

7-
More details are available at [https://gitlab.haskell.org/ghc/ghc/-/issues/984](https://gitlab.haskell.org/ghc/ghc/-/issues/984)
7+
More details are available [on the GHC issue tracker, issue #984](https://gitlab.haskell.org/ghc/ghc/-/issues/984).
88

99
## Error Message
1010

0 commit comments

Comments
 (0)