Normally a function doesn\'t need explicit types since it can infer the type from the context:
let f = { input in 1 + input } f(2)
Oftentim