Js_of_ocaml_compiler.Parse_bytecodemodule Debug : sig ... endmodule Toc : sig ... endval read_primitives : Toc.t -> in_channel -> string listval from_exe : ?includes:string list -> ?toplevel:bool ->
?exported_unit:string list -> ?dynlink:bool -> ?debug:bool -> in_channel -> oneval from_cmo : ?includes:string list -> ?toplevel:bool -> ?debug:bool -> Cmo_format.compilation_unit -> in_channel -> oneval from_cma : ?includes:string list -> ?toplevel:bool -> ?debug:bool -> Cmo_format.library -> in_channel -> oneval from_channel : in_channel -> [ `Cmo of Cmo_format.compilation_unit | `Cma of Cmo_format.library | `Exe ]val from_string : string array -> string -> Code.program * Debug.tval predefined_exceptions : unit -> Code.program