Private.Top
Abstracts away the OCaml Toploop API.
rem_inc dir
removes dir
from the include path.
module type TOPDIRS = sig ... end
The type for Topdir module implementations.
val set_topdirs : is_nat:bool -> (module TOPDIRS) -> unit
set_topdirs ~is_nat t
sets the topdirs implementation to t
and indicates with is_nat
if this ocamlnat
's implementation.