Odoc_occurrences.Table
odoc
type t
type item = {
direct : int;
indirect : int;
}
type key = Odoc_model.Paths.Identifier.t
val v : unit -> t
val add : ?quantity:int -> t -> key -> unit
val iter : (key -> item -> unit) -> t -> unit
val get : t -> key -> item option