class SyntaxTree::TLambda

TLambda represents the beginning of a lambda literal.

-> { value }

In the example above the TLambda represents the -> operator.