package ppxlib_jane

  1. Overview
  2. Docs

Module Shim.Include_infosSource

Sourcetype 'a t = {
  1. pincl_kind : Include_kind.t;
  2. pincl_mod : 'a;
  3. pincl_loc : Astlib.Location.t;
  4. pincl_attributes : Ppxlib_ast.Parsetree.attributes;
}
Sourceval of_parsetree : 'a Ppxlib_ast.Parsetree.include_infos -> 'a t
Sourceval to_parsetree : 'a t -> 'a Ppxlib_ast.Parsetree.include_infos