package types // Type represents a type in the type system. type Type struct { Name string Fields []*Field Size uint8 }