package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml_compiler.Unit_infoSource

Sourcetype t = {
  1. provides : Stdlib.StringSet.t;
  2. requires : Stdlib.StringSet.t;
  3. primitives : string list;
  4. crcs : Digest.t option Stdlib.StringMap.t;
  5. effects_without_cps : bool;
}
Sourceval of_primitives : string list -> t
Sourceval union : t -> t -> t
Sourceval empty : t
Sourceval prefix : string
Sourceval to_string : t -> string
Sourceval parse : t -> string -> t option
OCaml

Innovation. Community. Security.