class SyntaxTree::Lambda

Lambda represents using a lambda literal (not the lambda method call).

->(value) { value * 2 }