Function type signature

Note that the documentation says “If a function argument name is written as a tuple (e.g. (x, y) ) instead of just a symbol” (emphasis added), instead of “if it is a tuple”. So, as @Oscar_Smith has explained, with that syntax you can actually use multiple types of arguments, i.e. it should be considered as Any.

1 Like