Module Symtable.GlobalMap

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