package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml_compiler.Parse_bytecodeSource

Sourcemodule Debug : sig ... end
Sourcetype one = {
  1. code : Code.program;
  2. cmis : Stdlib.StringSet.t;
  3. debug : Debug.summary;
}
Sourcemodule Toc : sig ... end
Sourceval read_primitives : Toc.t -> in_channel -> string list
Sourceval from_exe : ?includes:string list -> linkall:bool -> link_info:bool -> include_cmis:bool -> ?exported_unit:string list -> ?debug:bool -> in_channel -> one
Sourceval from_cmo : ?includes:string list -> ?include_cmis:bool -> ?debug:bool -> Cmo_format.compilation_unit -> in_channel -> one
Sourceval from_cma : ?includes:string list -> ?include_cmis:bool -> ?debug:bool -> Cmo_format.library -> in_channel -> one
Sourceval from_channel : in_channel -> [ `Cmo of Cmo_format.compilation_unit | `Cma of Cmo_format.library | `Exe ]
Sourceval from_string : prims:string array -> debug:Instruct.debug_event list array -> string -> Code.program
Sourceval predefined_exceptions : unit -> Code.program * Unit_info.t
OCaml

Innovation. Community. Security.