Bend/tests/golden_tests/simplify_matches/nested2.bend

3 lines
64 B
Plaintext

Foo a (List/Cons b (List/Cons c d)) = (a b c d)
Foo a b = (a b)