x => x * 2
lambda x : x * 2
Perhaps with the move to a PEG parser, this syntax could now be supported?
λx: x*2
Perhaps with the move to a PEG parser, this syntax could now be supported?