package reason

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

reason-3.8.2.tbz
sha256=7adcc45db20b8def82adf2712211fb8ed844328489752e8edf74281bc1eb2ef2
sha512=45822ecf4b19b892e1d150fd7f7a80af18df576b204647d4bbb9a18ac591a690f9b5338789ecccacb2d6b6354dbc32ff4a3574cc8b82b777e21cb8729f502f95

doc/reason.ocaml-migrate-parsetree/Reason_omp/Migrate_411_412/index.html

Module Reason_omp.Migrate_411_412Source

Sourcemodule From = Ast_411
Sourcemodule To = Ast_412
Sourceval copy_out_type_param : (string * (bool * bool)) -> Ast_412.Outcometree.out_type_param
Sourceval copy_class_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_411.Parsetree.class_infos -> 'g0 Ast_412.Parsetree.class_infos
Sourceval copy_include_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_411.Parsetree.include_infos -> 'g0 Ast_412.Parsetree.include_infos
Sourceval copy_open_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_411.Parsetree.open_infos -> 'g0 Ast_412.Parsetree.open_infos
Sourceval copy_Longident_t : Longident.t -> Longident.t
Sourceval copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_411.Asttypes.loc -> 'g0 Ast_412.Asttypes.loc
Sourceval copy_location : Location.t -> Location.t
Sourceval copy_position : Lexing.position -> Lexing.position