Class: ListType
Represents a list type (e.g., [Int]).
Constructors
Constructor
new ListType(
values,constraints,loc?):ListType
Parameters
| Parameter | Type |
|---|---|
values | Type |
constraints | Constraint[] |
loc? | SourceLocation |
Returns
ListType
Overrides
ASTNode.constructor