package ocaml-migrate-parsetree

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-migrate-parsetree-2.4.0.tbz
sha256=ec49c452dc337a620556ab682bf0198bf50182550b502d8fb230a591260aa6a4
sha512=9478b9e5a969040400ee8fd7402bc4034f0f398d84e619254c43d5b7928463242629a2ccea35427f9747fbcedefa7ffc12edd1955ef8de866ba632e77f173219

doc/ocaml-migrate-parsetree/Migrate_parsetree/Migrate_409_410/index.html

Module Migrate_parsetree.Migrate_409_410

module From = Ast_409
module To = Ast_410
val map_option : ('a -> 'b) -> 'a option -> 'b option
val copy_class_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_409.Parsetree.class_infos -> 'g0 Ast_410.Parsetree.class_infos
val copy_include_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_409.Parsetree.include_infos -> 'g0 Ast_410.Parsetree.include_infos
val copy_open_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_409.Parsetree.open_infos -> 'g0 Ast_410.Parsetree.open_infos
val copy_Longident_t : Longident.t -> Longident.t
val copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_409.Asttypes.loc -> 'g0 Ast_410.Asttypes.loc
val copy_location : Location.t -> Location.t