package ppxlib

  1. Overview
  2. Docs
Standard infrastructure for ppx rewriters

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2e150834476230e99e48dfdf34c5e4a1ea6e749b.tar.gz
sha256=591d694609fed01783c9f360602e8660ae0e49eb33b7074c1317a261e00c6cdb
sha512=e15e956a114ab3f61dfa8f7eceed088082a116f3b6fc832b901729f611258af3b39bda748b2046b4886f429617aa64802f90e0520db82302443ecbba461970b2

doc/ppxlib.astlib/Astlib/Migrate_409_410/index.html

Module Astlib.Migrate_409_410Source

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