Module Parser_types
type let_binding = {lb_pattern : Parsetree.pattern;lb_expression : Parsetree.expression;lb_constraint : Parsetree.value_constraint option;lb_is_pun : bool;lb_modes : Parsetree.modes;lb_attributes : Parsetree.attributes;lb_docs : Docstrings.docs Stdlib.Lazy.t;lb_text : Docstrings.text Stdlib.Lazy.t;lb_loc : Location.t;
}type let_bindings = {lbs_bindings : Parser_types.let_binding list;lbs_mutable : Asttypes.mutable_flag;lbs_rec : Asttypes.rec_flag;lbs_extension : string Asttypes.loc option;
}