I have small question. I have function argument writen like
f (a,b,c,d,e)
Is there any way to refer to whole tuple (a,b,c,d,e) by some alias?
Looks like you need as pattern
f o@(a,b,c,d,e) = ...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With