Hi,
I am exploring haskell.
Is there a way to generate a tuple constructor of n elements at runtime?
Basically I want to convert a list of lists into a list of n tuples.

Thanks in advance
Mani