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: message-index/messages/GHC-53786/case-expr-in-do-block/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
@@ -4,7 +4,7 @@ title: Case expression in do-block
4
4
5
5
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.
6
6
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).
0 commit comments