Bend/tests/golden_tests/cli/desugar_linearize_matches_alt.bend

2 lines
39 B
Plaintext
Raw Normal View History

main = λa λb switch a { 0: b; _: b }