Module Ast_helper.Incl

module Incl: sig .. end

Includes


let mk:
  (
    ~loc: Ast_helper.loc=?,
    ~attrs: Ast_helper.attrs=?,
    ~docs: Docstrings.docs=?,
    'a
  ) =>
  Parsetree.include_infos('a);