package reason

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

reason-3.7.0.tgz
sha256=0fab083e9b39415b6a7fc96eb25ea9aa1a8e0a7fae2ae29b1cf7da0eaf5ef86a
md5=7eb8cbbff8565b93ebfabf4eca7254d4

doc/reason.ocaml-migrate-parsetree/Reason_migrate_parsetree/Migrate_402_403/index.html

Module Reason_migrate_parsetree.Migrate_402_403

module From = Ast_402
module To = Ast_403
val copy_class_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Parsetree.class_infos -> 'g0 To.Parsetree.class_infos
val copy_include_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Parsetree.include_infos -> 'g0 To.Parsetree.include_infos
val copy_option : 'f0 'g0. ('f0 -> 'g0) -> 'f0 option -> 'g0 option
val copy_longident : From.Longident.t -> To.Longident.t
val copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Asttypes.loc -> 'g0 To.Asttypes.loc
val copy_location : From.Location.t -> To.Location.t
val copy_bool : bool -> bool
val copy_Lexing_position : Lexing.position -> Lexing.position
val copy_exn : exn -> exn
val copy_float : float -> float
val copy_cases : From.Parsetree.case list -> To.Parsetree.case list
OCaml

Innovation. Community. Security.