Bend/tests/golden_tests/compile_file/nested_ctr_wrong_arity.bend

6 lines
120 B
Plaintext

type Pair = (Pair fst snd)
fst_fst (Pair/Pair (Pair/Pair fst) *) = fst
main = (fst_fst (Pair/Pair (Pair/Pair 1 2) 3))