package ppxlib_jane

  1. Overview
  2. Docs

Module Jane_syntax.Include_functorSource

The ASTs for include functor. When we merge this upstream, we'll merge these into the existing P{sig,str}_include constructors (similar to what we did with T{sig,str}_include, but without depending on typechecking).

Sourcetype signature_item =
  1. | Ifsig_include_functor of Ppxlib_jane__.Shadow_compiler_distribution.Parsetree.include_description
Sourcetype structure_item =
  1. | Ifstr_include_functor of Ppxlib_jane__.Shadow_compiler_distribution.Parsetree.include_declaration
Sourceval sig_item_of : loc:Location.t -> signature_item -> Ppxlib_jane__.Shadow_compiler_distribution.Parsetree.signature_item
Sourceval str_item_of : loc:Location.t -> structure_item -> Ppxlib_jane__.Shadow_compiler_distribution.Parsetree.structure_item
OCaml

Innovation. Community. Security.