Module Ast_helper.Vb

module Vb: sig .. end

Value bindings


let mk:
  (
    ~loc: Ast_helper.loc=?,
    ~attrs: Ast_helper.attrs=?,
    ~docs: Docstrings.docs=?,
    ~text: Docstrings.text=?,
    Parsetree.pattern,
    Parsetree.expression
  ) =>
  Parsetree.value_binding;