Module Odoc_occurrences.TableSource

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