Add support for structs and tuples in patterns in codegen
andrew-johnson-4 opened this issue · 1 comments
andrew-johnson-4 commented
Is your feature request related to a problem? Please describe.
Destructuring tuples is a very good feature for functional programming.
Describe the solution you'd like
Add support for tuple left-hand-sides to the codegen.
andrew-johnson-4 commented
LM