Up

Module Unique_id = Unique_id

Signature

module type Id = Unique_id_intf.Id
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_int63.t
An abstract unique identifier based on 63 bit integers.