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
Merge #242: More complex pattern matching in match statement.
767c636 add test for complex pattern matching in `match` (Volodymyr Herashchenko)
37cbc75 change Identifier to Pattern in `MatchPattern` (Volodymyr Herashchenko)
Pull request description:
Closes#240 and #241.
Implementing this was easy enough, because we already have the logic for this pattern matching in assignments, so we simply reused it. Also existing logic allows us to use `_` for unused variable.
ACKs for top commit:
delta1:
ACK 767c636; tested locally
Tree-SHA512: 8209e9edb5c624040a7920409ce552987d1591b990c53d631af6c97de350bd03971b2fb0e5621020d66387b7b7c1ee27ec882da3d1b0e7ec86bc10c3ccb286aa
0 commit comments