package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Debug : sig ... end
val from_channel : ?includes:string list -> ?toplevel:bool -> ?expunge:(string -> [ `Keep | `Skip ]) -> ?dynlink:bool -> ?debug:[ `Full | `Names | `No ] -> Pervasives.in_channel -> Code.program * Util.StringSet.t * Debug.data * bool
val from_string : string array -> string -> Code.program * Debug.data