Represents a type syntax in the AST.
Values
TFunction(args:Array<ComplexType>, ret:ComplexType)
TAnonymous(fields:Array<Field>)
TExtend(p:Array<TypePath>, fields:Array<Field>)
Represents typedef extensions > Iterable<T>
.
The array p
holds the type paths to the given types.
See:
TOptional(t:ComplexType)
Represents an optional type.