package ocaml-migrate-parsetree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • deprecated Access modules via the Migrate_parsetree toplevel module. Use Migrate_parsetree.Migrate_parsetree_compiler_functions instead.
val error_of_exn : exn -> Location.error option
val get_load_paths : unit -> string list
val load_path_init : string list -> unit
val get_unboxed_types : unit -> bool
val set_unboxed_types : 'a -> unit
val may_map : ('a -> 'b) -> 'a option -> 'b option
val bad_docstring : bool -> Warnings.t