Header menu logo fantomas

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

ExprParenLambdaNode(openingParen, lambda, closingParen, range)

Full Usage: ExprParenLambdaNode(openingParen, lambda, closingParen, range)

Parameters:
Returns: ExprParenLambdaNode
openingParen : SingleTextNode
lambda : ExprLambdaNode
closingParen : SingleTextNode
range : range
Returns: ExprParenLambdaNode

Instance members

Instance member Description

this.ClosingParen

Full Usage: this.ClosingParen

Returns: SingleTextNode
Returns: SingleTextNode

this.Lambda

Full Usage: this.Lambda

Returns: ExprLambdaNode
Returns: ExprLambdaNode

this.OpeningParen

Full Usage: this.OpeningParen

Returns: SingleTextNode
Returns: SingleTextNode

Type something to start searching.