ExprCompExprBodyNode Type
The body of a computation expression, consisting of an ordered list of binding statements (e.g. `let! x = …`) and other expressions (e.g. `return x`, `do! f()`).
Constructors
| Constructor |
Description
|
Full Usage:
ExprCompExprBodyNode(statements, range)
Parameters:
ComputationExpressionStatement list
range : range
Returns: ExprCompExprBodyNode
|
|
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