ExprAppWithLambdaNode Type
Example: `List.map (fun x -> x + 1) xs` — a function applied to zero or more prefix arguments followed by a parenthesised lambda or `function` expression as the last argument.
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
|
|
|
|
|
|
|
|
|
|
|
fantomas