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

4 lines
86 B
Plaintext

ntupSum (a, b, c, d, e) = (+ a (+ b (+ c (+ d e))))
main = (ntupSum (1, 3, 3, 2, 1))