What is the type of this function?
func add(a: Int, b: Int) -> Int { return a+b }
Int
(Int, Int) -> Int
Int<Optional>
Functions don't have types. Reference: The Swift Programming Language: Language Guide: Functions: Function Types