ocamlformat-mlx-lib.parser_shims
Parser_shims.Load_path
ocamlformat-mlx-lib
ocamlformat-mlx-lib.format_
ocamlformat-mlx-lib.ocaml_common
ocamlformat-mlx-lib.ocamlformat_stdlib
ocamlformat-mlx-lib.odoc_parser
ocamlformat-mlx-lib.parser_extended
ocamlformat-mlx-lib.parser_standard
ocamlformat-mlx-lib.result
type dir
type auto_include_callback = (dir -> string -> string option) -> string -> string
type paths = {
visible : string list;
hidden : string list;
}
val get_paths : unit -> paths
val init : auto_include:auto_include_callback -> visible:string list -> hidden:string list -> unit
val auto_include_otherlibs : (string -> unit) -> auto_include_callback