ExceptionDefnBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.ExceptionDefn(value)
Parameters:
WidgetBuilder<UnionCaseNode>
-
The union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
Extended Type:
|
Full Usage:
Ast.ExceptionDefn(value)
Parameters:
string
-
The union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
|
Full Usage:
Ast.ExceptionDefn(value, parameters)
Parameters:
string
-
The union case.
parameters : WidgetBuilder<FieldNode> list
-
The parameters of the union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
Extended Type:
|
Full Usage:
Ast.ExceptionDefn(value, parameter)
Parameters:
string
-
The union case.
parameter : WidgetBuilder<FieldNode>
-
The parameters of the union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
Extended Type:
|
Full Usage:
Ast.ExceptionDefn(value, parameters)
Parameters:
string
-
The union case.
parameters : WidgetBuilder<Type> list
-
The parameters of the union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
Extended Type:
|
Full Usage:
Ast.ExceptionDefn(value, parameter)
Parameters:
string
-
The union case.
parameter : WidgetBuilder<Type>
-
The parameter of the union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
Extended Type:
|
Full Usage:
Ast.ExceptionDefn(value, parameters)
Parameters:
string
-
The union case.
parameters : string list
-
The parameters of the union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
Extended Type:
|
Full Usage:
Ast.ExceptionDefn(value, parameter)
Parameters:
string
-
The union case.
parameter : string
-
The parameter of the union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
Extended Type:
|
Full Usage:
Ast.ExceptionDefn(value, parameters)
Parameters:
string
-
The union case.
parameters : (string * WidgetBuilder<Type>) list
-
The parameters of the union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
Extended Type:
|
Full Usage:
Ast.ExceptionDefn(value, parameters)
Parameters:
string
-
The union case.
parameters : (string * string) list
-
The parameters of the union case.
Returns: WidgetBuilder<ExceptionDefnNode>
|
Extended Type:
|