package ppx_open

  1. Overview
  2. Docs

Module Ppx_open.Module_type

include module type of struct include Parsed.Module_type end
type t = Ppx_open_parsing.Parsed.Module_type.t = {
  1. mod_type_ident : string;
  2. mod_type_alias : string option;
}
val expand : Ppxlib.longident -> loc:Ppxlib__.Location.t -> t -> Ppxlib__.Import.structure_item