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

4 lines
45 B
Text

( x, y ) : Foo
( x, y ) = ( "foo", 3.14 )
x