Chris Angelico wrote:
How do you handle variadic functions?
All functions in Haskell take exactly one argument, so there isn't really any such thing as a variadic function. The argument can be a list, however, so you can get the same effect. -- Greg -- https://mail.python.org/mailman/listinfo/python-list