ExprLambdaNode Type
Example: `fun x y -> x + y`
Constructors
| Constructor |
Description
|
Full Usage:
ExprLambdaNode(funNode, parameters, arrow, expr, range)
Parameters:
SingleTextNode
parameters : Pattern list
arrow : SingleTextNode
expr : Expr
range : range
Returns: ExprLambdaNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Inherited members
Inherited from
NodeBase
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToStringWithIndent
Parameters:
int
Returns: string
|
|
|
|
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
|
|
fantomas