Textual.Struct
type t = {
name : TypeName.t;
supers : TypeName.t list;
fields : FieldDecl.t list;
attributes : Attr.t list;
}