riff
riff copied to clipboard
Add "lambda" style anonymous function syntax
This should be pretty straightforward since anonymous function are already supported. Current ideas (all would be valid):
\x -> x+2
\(x,y) -> x+y
\x,y -> x+y