package ppx_open

  1. Overview
  2. Docs
type t = {
  1. open_mod_ident : Ppxlib.Longident.t;
  2. open_items : Item.t list;
}