ExprTryWithSingleClauseNode Type
Example: `try riskyOp() with :? IOException -> "IO error"` — a try/with with exactly one match clause. Used as an optimised form when a single pattern covers all exception cases.
Constructors
| Constructor |
Description
|
Full Usage:
ExprTryWithSingleClauseNode(tryNode, tryExpr, withNode, clause, range)
Parameters:
SingleTextNode
tryExpr : Expr
withNode : SingleTextNode
clause : MatchClauseNode
range : range
Returns: ExprTryWithSingleClauseNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
fantomas