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.2.tbz
sha256=6ae6753c3e632a63f76b031afc3eab74b209babdfdba4030060a934ce0660bd6
sha512=68bfbbadbb6715cf0be5a02136cb3508c5f8d3debba69f9cdf9c0668ebc09fe47eac10abcdc3eb0e5e19f33a223e193da039a3e203bec1404bd177635f1a93d7

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

Module Migrate_parsetree_408_407

  • deprecated Access modules via the Migrate_parsetree toplevel module. Use Migrate_parsetree.Migrate_parsetree_408_407 instead.
module Def : sig ... end
val migration_error : Location.t -> Def.missing_feature -> 'a
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_cases : From.Parsetree.case list -> To.Parsetree.case list
val copy_exn : exn -> exn
val copy_From_Asttypes_private_flag : From.Asttypes.private_flag -> To.Asttypes.private_flag
val copy_float : float -> float
OCaml

Innovation. Community. Security.