package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
OCaml

Innovation. Community. Security.