package ppx_open

  1. Overview
  2. Docs

Module Ppx_open.Payload

include module type of struct include Parsed.Payload end
type t = Ppx_open_parsing.Parsed.Payload.t = {
  1. open_mod_ident : Ppxlib.Longident.t;
  2. open_items : Ppx_open_parsing.Parsed.Item.t list;
}
val expand : loc:Ppxlib__.Location.t -> tool_name:Base.String.t -> t -> Ppxlib__.Import.structure_item