package reason

  1. Overview
  2. Docs
Reason: Syntax & Toolchain for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

reason-3.17.2.tbz
sha256=7f4087016e8c393a13d57b7737677bc1dbf16978fd43c19354d4d79a794c8c47
sha512=3d3015d25bce329fbee9cef9b114831e7db1c10e19a26cbcaa27948c376bff3518b9d56fda9091c6df887df9ee8c33f45e1071e87933de79d65bcbf58c93cb17

doc/reason/Reason/Reason_parser_def/index.html

Module Reason.Reason_parser_defSource

Sourcetype labelled_parameter =
  1. | Term of Ppxlib.Asttypes.arg_label * Ppxlib.Parsetree.expression option * Ppxlib.Parsetree.pattern
  2. | Type of string
Sourcetype 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;
}