odoc.occurrences
Odoc_occurrences.Table
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
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