ExprComputationNode Type
Example: `{ let x = 1; yield x }` — an anonymous computation expression (no explicit builder name).
Constructors
| Constructor |
Description
|
Full Usage:
ExprComputationNode(openingBrace, bodyExpr, closingBrace, range)
Parameters:
SingleTextNode
bodyExpr : Expr
closingBrace : SingleTextNode
range : range
Returns: ExprComputationNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
fantomas