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

4 lines
88 B
Plaintext

go (a, (b, (c, (d, e)))) = (+ (+ (+ (+ e d) c) b) a)
main = (go (1, (2, (3, (4, 5)))))