Right! (Int) -> Int represents a function that takes an integer argument and returns an integer value.
(Int) -> Int
If we want to pass more arguments to the passed function, we separate them with commas.
That doesn't look right, does it?