This is a Haskell function that takes in an input as a Haskell Tuple.

f :: Num => (a,a,a) -> a

Cannot be Curried unless you use the built-in curry method.