use_file : string -> unit
SYNOPSIS
Load a file, much like OCaml's
#use
directive.
DESCRIPTION
Essentially the same as OCaml's
#use
directive, but a regular OCaml function and therefore easier to exploit programmatically.
FAILURE CONDITIONS
Only fails if the included file causes failure.
SEE ALSO
loads
,
loadt
.