Hi,
If I have a function that produce tuples with three members and I want those members as parameters for a function that takes three parameters. How would I unpack that tuple?
It seems that curry does the trick for tuples with two members.
How do I do this when there are more than two members?
Patrik