Closed axelf4 closed 1 year ago
Why is this not merged? Is it pending for review?
I can't get this to work. Still Parse error
when press tab on multi value match expression. Any suggestions?
I can't get this to work. Still
Parse error
when press tab on multi value match expression. Any suggestions?
Could you give a MWE? My guess is that you are running into some other issue. For example, record literals interact poorly with explicit layout.
My guess is that you are running into some other issue. For example, record literals interact poorly with explicit layout.
You're right. It's this
test a
= let { b } = a
in b -- parse error since here
Multi match case work fine. Submitted #12.
Thank you for your patch.
Thank you, sorry for the long wait.
Makes parsing not fail for case expressions that match multiple expressions at once, such as
This syntax was added in PureScript v0.8.0.
See: https://github.com/purescript/documentation/blob/master/language/Syntax.md#case-expressions