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

6 lines
68 B
Plaintext

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