Module Ast_helper.Ms

module Ms: sig .. end

Module substitutions


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