Exercise #1: absolute value Implement a function with the following type: val f : int -> int = <fun> such that f x is the absolute value of x.