q/src/types/New.go

7 lines
114 B
Go

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