ExprMatchNode Type
Example: `match x with | Some v -> v | None -> 0`
Constructors
| Constructor |
Description
|
Full Usage:
ExprMatchNode(matchNode, matchExpr, withNode, clauses, range)
Parameters:
SingleTextNode
matchExpr : Expr
withNode : SingleTextNode
clauses : MatchClauseNode list
range : range
Returns: ExprMatchNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
fantomas