writing lambda everytime can be tedious, so can it be just shorthanded with a "\" symbol, like Elm did with anonymous function e.g. \x: x+1
writing lambda everytime can be tedious,
so can it be just shorthanded with a "" symbol, like Elm did with anonymous function
e.g.
\x: x+1