Difference between revisions of "Polyvariadic functions"

From HaskellWiki
Jump to navigation Jump to search
(Point to Oleg's article on polyvariadic functions)
(No difference)

Revision as of 12:43, 9 April 2006

"It is sometimes claimed that Haskell does not have polyvariadic functions. Here we demonstrate how to define functions with indefinitely many arguments; those arguments do not have to be of the same type."

Functions with the variable number of (variously typed) arguments