AnyType |
The "any" type, which matches all other types.
|
ArrayType |
The "array" type, which contains entries of a member type.
|
BooleanType |
The "boolean" type.
|
EmptyType |
The "empty" type.
|
EndpointType |
The "endpoint" type, representing a valid client endpoint.
|
IntegerType |
The "integer" type.
|
OptionalType |
The "optional" type, a container for a type that may or may not be present.
|
RecordType |
The "record" type, a map of identifiers to other types.
|
StringType |
The "string" type.
|
TupleType |
A "tuple" type, containing members of varying types.
|