TypeFunsNode Type
Example: `int -> string -> bool` — a function type with one or more parameters and a return type. Each parameter is paired with its arrow token; the final element is the return type.
Constructors
| Constructor |
Description
|
Full Usage:
TypeFunsNode(parameters, returnType, range)
Parameters:
(Type * SingleTextNode) list
returnType : Type
range : range
Returns: TypeFunsNode
|
|
Instance members
| Instance member |
Description
|
|
Type + arrow
|
|
|
fantomas