Up

Module Unique_id = Core_kernel.Unique_id

Signature

module Int () : Id with type t = private int
An abstract unique identifier based on ordinary OCaml integers.
module Int63 () : Id with type t = private Core_kernel.Core_int63.t
An abstract unique identifier based on 63 bit integers.