package js_of_ocaml-compiler

  1. Overview
  2. Docs
module Debug : sig ... end
val from_channel : ?includes:string list -> ?toplevel:bool -> ?expunge:(string -> [ `Keep | `Skip ]) -> ?dynlink:bool -> ?debug:[ `Full | `Names | `No ] -> in_channel -> Code.program * Stdlib.StringSet.t * Debug.data * bool
val from_string : string array -> string -> Code.program * Debug.data
val predefined_exceptions : unit -> Code.program