package conan

  1. Overview
  2. Docs

Module Hmap.KeySource

Sourcetype 'a key = {
  1. uid : int;
  2. tid : 'a tid;
}
Sourceval uid : unit -> int
Sourceval create : unit -> 'a key
Sourcetype t =
  1. | V : 'a key -> t
Sourceval hide_type : 'a key -> t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
OCaml

Innovation. Community. Security.