package ocaml-webworker

  1. Overview
  2. Docs
val err : string -> unit
val latest_typed_structure : Typedtree.structure option Pervasives.ref
val latest_typed_signature : Types.signature_item list option Pervasives.ref
val latest_env : Env.t option Pervasives.ref
val load_cmis : unit -> unit
val load_cmos : unit -> unit
val type_code : string -> (string * string * Location.t list * bytes) option
val autocomplete : Lexing.position -> string -> (string * [ `Constructor | `Label | `MethodCall | `Modtype | `Module | `Type | `Value | `Variant ] * bytes * bytes) array option
val comments : 'a list
val regexp_exn : Regexp.regexp
val documentation : Std.Lexing.position -> string -> string option
val execute_code : string -> string * (int * int * int * int) list Pervasives.ref