Header menu logo fantomas

ExprAppWithLambdaNode Type

Constructors

Constructor Description

ExprAppWithLambdaNode(functionName, arguments, openingParen, lambda, closingParen, range)

Full Usage: ExprAppWithLambdaNode(functionName, arguments, openingParen, lambda, closingParen, range)

Parameters:
Returns: ExprAppWithLambdaNode
functionName : Expr
arguments : Expr list
openingParen : SingleTextNode
lambda : Choice<ExprLambdaNode, ExprMatchLambdaNode>
closingParen : SingleTextNode
range : range
Returns: ExprAppWithLambdaNode

Instance members

Instance member Description

this.Arguments

Full Usage: this.Arguments

Returns: Expr list
Returns: Expr list

this.ClosingParen

Full Usage: this.ClosingParen

Returns: SingleTextNode
Returns: SingleTextNode

this.FunctionName

Full Usage: this.FunctionName

Returns: Expr
Returns: Expr

this.Lambda

Full Usage: this.Lambda

Returns: Choice<ExprLambdaNode, ExprMatchLambdaNode>
Returns: Choice<ExprLambdaNode, ExprMatchLambdaNode>

this.OpeningParen

Full Usage: this.OpeningParen

Returns: SingleTextNode
Returns: SingleTextNode

Type something to start searching.