roc/crates/compiler/parse/tests/snapshots/pass/when_with_tuples.expr.roc
Joshua Warner ca5d084497
Implement tuple pattern parsing
Step 2 of N in implementing #4465
2022-11-13 16:11:57 -05:00

3 lines
45 B
Text

when (1, 2) is
(1, x) -> x
(_, b) -> 3 + b