Module Textual.Struct

type t = {
  1. name : TypeName.t;
  2. supers : TypeName.t list;
  3. fields : FieldDecl.t list;
  4. attributes : Attr.t list;
}