Module Options.Data

module Type : sig ... end
type t = private {
  1. name : string;
  2. global_local : bool;
  3. type_ : Type.t;
}