package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. provides : Stdlib.StringSet.t;
  2. requires : Stdlib.StringSet.t;
  3. primitives : string list;
  4. crcs : Stdlib.Digest.t option Stdlib.StringMap.t;
  5. effects_without_cps : bool;
}
val of_cmo : Cmo_format.compilation_unit -> t
val union : t -> t -> t
val empty : t
val prefix : string
val to_string : t -> string
val parse : t -> string -> t option