package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val empty : t
val filter : (Global.t -> bool) -> t -> t
val find : Global.t -> t -> int
val iter : f:(Global.t -> int -> unit) -> t -> unit
val fold : (Global.t -> int -> 'a -> 'a) -> t -> 'a -> 'a
val enter : t Stdlib.ref -> Global.t -> int