Create a function called bigFunction that takes two arguments:
- An integer (
Int). - Another function that takes two integers (
Int) as arguments and returns an integer (Int).
Your bigFunction should return a function ((Int) -> Int) that transforms the second argument function so that it takes a single argument instead of two arguments.