Module type Unique_id_intf.S

module type S = sig .. end

module Int (Z : Std_internal.Unit) : Unique_id_intf.Id  with type t = private int
module Int63 (Z : Std_internal.Unit) : Unique_id_intf.Id  with type t = private Int63.t