ExprForEachNode Type
Example: `for x in xs do printfn "%A" x` — a `for … in` loop over a sequence. `IsArrow` is `true` when using arrow syntax (`for x in xs -> expr`) instead of `do`.
Constructors
| Constructor |
Description
|
Full Usage:
ExprForEachNode(forNode, pat, enumExpr, isArrow, bodyExpr, range)
Parameters:
SingleTextNode
pat : Pattern
enumExpr : Expr
isArrow : bool
bodyExpr : Expr
range : range
Returns: ExprForEachNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
Full Usage:
this.IsArrow
Returns: bool
|
|
|
|
fantomas