ocaml-base-compiler
Official release 4.14.0
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocaml-base-compiler
-
dynlink
-
ocamlbytecomp
-
ocamlcommon
-
ocamlmiddleend
-
ocamloptcomp
-
odoc_info
-
stdlib
-
str
-
unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ocamlcommon
Module
Load_path
Locate a file in the load path. Raise Not_found
if the file cannot be found. This function is optimized for the case where the filename is a basename, i.e. doesn't contain a directory separator.
Same as find
, but search also for uncapitalized name, i.e. if name is Foo.ml, allow /path/Foo.ml and /path/foo.ml to match.
module Dir : sig ... end
val add : Dir.t -> unit
Old name for append_dir
val append_dir : Dir.t -> unit
append_dir d
adds d
to the end of the load path (i.e. at lowest priority.
val prepend_dir : Dir.t -> unit
prepend_dir d
adds d
to the start of the load path (i.e. at highest priority.
val get : unit -> Dir.t list
Same as get_paths ()
, except that it returns a Dir.t list
.
ON THIS PAGE
No table of contents