Exercise #2: from type to function Implement any function with the following type: val f : (int -> int) -> int = <fun> The actual behaviour of f is not important for this exercise: just write a function with the required type.