package ocaml-migrate-parsetree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module From = Ast_403
module To = Ast_404
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_label : string -> To.Asttypes.label
val copy_option : 'f0 'g0. ('f0 -> 'g0) -> 'f0 option -> 'g0 option
val copy_longident : Longident.t -> To.Longident.t
val copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Asttypes.loc -> 'g0 To.Asttypes.loc
val copy_location : 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