Bend/tests/golden_tests/compile_file/unbound_var_scope.bend
2024-05-15 21:26:16 +02:00

4 lines
137 B
Plaintext

# Fully parenthesized, this is (λa ((λb b) b)).
# Since applications must have (), the second 'b' is not in scope
main = λa (λb b b)