package ppxlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module From = Ast_410
module To = Ast_409
val migration_error : Location.t -> string -> 'a
val map_option : ('a -> 'b) -> 'c option -> 'd option
val copy_location_stack : Ast_410.Parsetree.location_stack -> Location.t list
val copy_class_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_410.Parsetree.class_infos -> 'g0 Ast_409.Parsetree.class_infos
val copy_include_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_410.Parsetree.include_infos -> 'g0 Ast_409.Parsetree.include_infos
val copy_open_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_410.Parsetree.open_infos -> 'g0 Ast_409.Parsetree.open_infos
val copy_Longident_t : Longident.t -> Longident.t
val copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_410.Asttypes.loc -> 'g0 Ast_409.Asttypes.loc
val copy_location : Location.t -> Location.t