Module Textual.Global

type t = {
  1. name : VarName.t;
  2. typ : Typ.t;
  3. attributes : Attr.t list;
}