Module Unique_id


module Unique_id: sig .. end
an abstract unique identifier based on 64 bit integers.

module type Unit_ref = sig .. end
module Unit_ref: 
functor (M : sig
end) -> sig .. end

an abstract unique identifier based on 64 bit integers.
module type Int64 = sig .. end
module Int64: 
functor (Z : sig
end) -> sig .. end