package ocaml-migrate-parsetree

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-migrate-parsetree-v1.4.0.tbz
sha256=231fbdc205187b3ee266b535d9cfe44b599067b2f6e97883c782ea7bb577d3b8
sha512=61ee91d2d146cc2d2ff2d5dc4ef5dea4dc4d3c8dbd8b4c9586d64b6ad7302327ab35547aa0a5b0103c3f07b66b13d416a1bee6d4d117293cd3cabe44113ec6d4

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

Module Migrate_parsetree_404_403_migrate

  • deprecated Access modules via the Migrate_parsetree toplevel module. Use Migrate_parsetree.Migrate_parsetree_404_403_migrate instead.
module Def : sig ... end
val from_loc : 'a From.Location.loc -> From.Location.t
val migration_error : Location.t -> Def.missing_feature -> 'a
val copy_expression_desc : Migrate_parsetree__Ast_404.Location.t -> From.Parsetree.expression_desc -> To.Parsetree.expression_desc
val copy_pattern_desc : Migrate_parsetree__Ast_404.Location.t -> From.Parsetree.pattern_desc -> To.Parsetree.pattern_desc
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.