package js_of_ocaml-compiler

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

Module Symtable.GlobalMapSource

Sourcetype t
Sourceval empty : t
Sourceval filter : (Global.t -> bool) -> t -> t
Sourceval find : Global.t -> t -> int
Sourceval iter : f:(Global.t -> int -> unit) -> t -> unit
Sourceval fold : (Global.t -> int -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval enter : t ref -> Global.t -> int