package reason

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type labelled_parameter =
  1. | Term of Ppxlib.Asttypes.arg_label * Ppxlib.Parsetree.expression option * Ppxlib.Parsetree.pattern
  2. | Type of string
type let_bindings = {
  1. lbs_bindings : Ppxlib.Parsetree.value_binding list;
  2. lbs_rec : Ppxlib.Asttypes.rec_flag;
  3. lbs_extension : (Ppxlib.Parsetree.attributes * string Ppxlib.Asttypes.loc) option;
  4. lbs_loc : Ppxlib.Location.t;
}