Bend/tests/golden_tests/compile_file/match.bend
2024-05-15 00:25:46 +02:00

4 lines
59 B
Plaintext

main = switch x = (+ 0 1) {
0: λt λf t
_: λt λf f
}