Open DylanSp opened 1 year ago
Presumably should be an expression, not a statement.
Note - for stage 1, pattern matching can only match on the different variants of a sum type, not term-level values.
Decided to make match a statement, since Faust is more statement-oriented in general.
match
Presumably should be an expression, not a statement.