Bend/tests/golden_tests/cli/compile_strict_loop.bend

7 lines
75 B
Plaintext

A = @a match a {
List/Cons: (A a.tail)
List/Nil: 0
}
main = (A [4 4])