Module type Unique_id.Unit_ref


module type Unit_ref = sig .. end

type t 
val sexp_of_t : t -> Sexplib.Sexp.t
include Hashable
val create : unit -> t
val to_string : t -> string