package types // New creates a new type from a list of tokens. func New(name string) Type { return Type(name) }