Ocaml_parsing.Ast_helperSourceHelpers to produce Parsetree fragments
Warning This module is unstable and part of compiler-libs.
merlin: refactored out of Parser
type let_binding = {lb_pattern : Parsetree.pattern;lb_expression : Parsetree.expression;lb_constraint : Parsetree.value_constraint option;lb_is_pun : bool;lb_attributes : Parsetree.attributes;lb_docs : Docstrings.docs Lazy.t;lb_text : Docstrings.text Lazy.t;lb_loc : Location.t;}type let_bindings = {lbs_bindings : let_binding list;lbs_rec : Asttypes.rec_flag;lbs_extension : string Asttypes.loc option;}