80f8ede0bbc9
ecb4c0f803e9 ^
1
2
3
fn id x = x fn plus (x: int) (y: int) = x + y fn main = plus (id 2) 7