ExprAppWithLambdaNode Type
Constructors
Constructor |
Description
|
Full Usage:
ExprAppWithLambdaNode(functionName, arguments, openingParen, lambda, closingParen, range)
Parameters:
Expr
arguments : Expr list
openingParen : SingleTextNode
lambda : Choice<ExprLambdaNode, ExprMatchLambdaNode>
closingParen : SingleTextNode
range : range
Returns: ExprAppWithLambdaNode
|
|
Instance members
Instance member |
Description
|
|
|
|
|
|
|
|
|
|
|