Module Ast_helper.Mtd

module Mtd: sig .. end

Module type declarations


let mk:
  (
    ~loc: Ast_helper.loc=?,
    ~attrs: Ast_helper.attrs=?,
    ~docs: Docstrings.docs=?,
    ~text: Docstrings.text=?,
    ~typ: Parsetree.module_type=?,
    Ast_helper.str
  ) =>
  Parsetree.module_type_declaration;