package reason

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

Install

Dune Dependency

Authors

Maintainers

Sources

reason-3.8.1.tbz
sha256=bfcdbb09f62b4c108f26e6dc380431613e4de4b065df8f14364efe4acea8e414
sha512=61cdf7844349b64190965782103e04eef303ca1f2a7cdc7e20d11189700796a18d2a9d9dbb3ad17eb1363bb1663113da6a22448c017820219757874601f207c3

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

Module Reason_omp.Migrate_406_407Source

Sourcemodule Def : sig ... end
Sourcemodule From = Ast_406
Sourcemodule To = Ast_407
Sourceval migration_error : Location.t -> Def.missing_feature -> 'a
Sourceval copy_class_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Parsetree.class_infos -> 'g0 To.Parsetree.class_infos
Sourceval copy_include_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Parsetree.include_infos -> 'g0 To.Parsetree.include_infos
Sourceval copy_option : 'f0 'g0. ('f0 -> 'g0) -> 'f0 option -> 'g0 option
Sourceval copy_longident : From.Longident.t -> To.Longident.t
Sourceval copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Asttypes.loc -> 'g0 To.Asttypes.loc
Sourceval copy_location : From.Location.t -> To.Location.t
Sourceval copy_bool : bool -> bool
Sourceval copy_Lexing_position : Lexing.position -> Lexing.position
Sourceval copy_exn : exn -> exn
Sourceval copy_From_Asttypes_private_flag : From.Asttypes.private_flag -> To.Asttypes.private_flag
Sourceval copy_float : float -> float
Sourceval copy_cases : From.Parsetree.case list -> To.Parsetree.case list
OCaml

Innovation. Community. Security.