Juniper
Juniper copied to clipboard
Pattern matching directly in arguments list
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.