Module Ast_helper.Mb

module Mb: sig .. end

Module bindings


let mk:
  (
    ~loc: Ast_helper.loc=?,
    ~attrs: Ast_helper.attrs=?,
    ~docs: Docstrings.docs=?,
    ~text: Docstrings.text=?,
    Ast_helper.str_opt,
    Parsetree.module_expr
  ) =>
  Parsetree.module_binding;