You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible to pattern match arguments directly in the function or lambda heads. It would be nice to be able to do this, specifically for tuples and records. This is a very common feature in functional programming languages.