package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type error
val of_file : string -> t
val of_string : ?report_error:(error -> unit) -> ?pos:Stdlib.Lexing.position -> ?filename:string -> string -> t
val print_error : error -> unit
val of_channel : Stdlib.in_channel -> t