let a = fun (x as int, y as int) -> int return x + y end assert 12 == {a 9 3} assert 6 == {a {a 1 2} 3}