Module Ast_helper.Opn

module Opn: sig .. end

Opens


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