1 2 3 4 5 6
/* error : formals are fewer then actuals */ let function g(a : int , b : string) : int = a in g(3,"one",5) end