Top "Polyvariadic" questions

A polyvariadic function is a function with a variable number of arguments, that can have polymorphic or just different types.

How does Haskell printf work?

Haskell's type safety is second to none only to dependently-typed languages. But there is some deep magic going on with …

haskell printf variadic-functions polyvariadic
How to create a polyvariadic haskell function?

I need a function which takes an arbitrary number of arguments (All of the same type), does something with them …

haskell variadic-functions function-parameter polyvariadic
Haskell "Apply"?

Possible Duplicate: Why is such a function definition not allowed in haskell? I'm a newcomer to the world of Haskell, …

haskell types lisp polyvariadic