module type DynLoader =sig..end
type t
exception Error of string * string
val mk : ?ocaml_stdlib:bool -> ?camlp4_stdlib:bool -> unit -> tval fold_load_path : t -> (string -> 'a -> 'a) -> 'a -> 'aval load : t -> string -> unitval include_dir : t -> string -> unitval find_in_path : t -> string -> stringval is_native : bool