ExprParenLambdaNode Type
Example: `(fun x -> x + 1)` — a lambda expression wrapped in parentheses. Distinct from `ExprLambdaNode` in that the parens are explicit and tracked as nodes.
Constructors
| Constructor |
Description
|
Full Usage:
ExprParenLambdaNode(openingParen, lambda, closingParen, range)
Parameters:
SingleTextNode
lambda : ExprLambdaNode
closingParen : SingleTextNode
range : range
Returns: ExprParenLambdaNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
fantomas