package js_of_ocaml-compiler

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

Module Symtable.GlobalMap

type t
val filter_global_map : (Ident.t -> bool) -> t -> t
val find : Ident.t -> t -> int
val iter : (Ident.t -> int -> unit) -> t -> unit
val fold : (Ident.t -> int -> 'a -> 'a) -> t -> 'a -> 'a