package ocaml-migrate-parsetree

  1. Overview
  2. Docs
Convert OCaml parsetrees between different versions

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-migrate-parsetree-v1.7.3.tbz
sha256=6d85717bcf476b87f290714872ed4fbde0233dc899c3158a27f439d70224fb55
sha512=fe9c74a244d160d973d8ca62e356edad4c872fc46471ddc668f854456d3979576895d446d49da2aee61c65b441b72c573225b0b254ab2eac4a0fb4debdbce9d4

doc/ocaml-migrate-parsetree/Migrate_parsetree_403_404/index.html

Module Migrate_parsetree_403_404

  • deprecated Access modules via the Migrate_parsetree toplevel module. Use Migrate_parsetree.Migrate_parsetree_403_404 instead.
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_From_Asttypes_private_flag : From.Asttypes.private_flag -> To.Asttypes.private_flag
val copy_float : float -> float
val copy_cases : From.Parsetree.case list -> To.Parsetree.case list
OCaml

Innovation. Community. Security.