Module Occurrences.OcctblSource

Sourcetype item = {
  1. direct : int;
  2. indirect : int;
  3. sub : item H.t;
}
Sourcetype t = item H.t
Sourceval v : unit -> t
Sourceval add : t -> key -> unit
Sourceval iter : (key -> item -> unit) -> t -> unit
Sourceval get : t -> key -> item option