function add = |a,b| { return a + b } let add2 = |a,b| -> a + b