package reason

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Reason_parser_def

type let_bindings = {
  1. lbs_bindings : Migrate_parsetree.OCaml_408.Ast.Parsetree.value_binding list;
  2. lbs_rec : Migrate_parsetree.OCaml_408.Ast.Asttypes.rec_flag;
  3. lbs_extension : (Migrate_parsetree.OCaml_408.Ast.Parsetree.attributes * string Migrate_parsetree.OCaml_408.Ast.Asttypes.loc) option;
  4. lbs_loc : Migrate_parsetree.OCaml_408.Ast.Location.t;
}
OCaml

Innovation. Community. Security.