module DynLoader: Camlp4.Struct.DynLoadertypet =string Queue.t
exception Error of string * string
val include_dir : 'a Queue.t -> 'a -> unitval fold_load_path : 'a Queue.t -> ('a -> 'b -> 'b) -> 'b -> 'bval mk : ?ocaml_stdlib:bool -> ?camlp4_stdlib:bool -> unit -> string Queue.tval find_in_path : string Queue.t -> string -> stringval load : string Queue.t -> string -> unitval is_native : bool