Module Stk.Oid

module I : sig ... end
include module type of struct include I end
type t = I.t
val gen : unit -> t
val compare : t -> t -> int
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool
val to_int : t -> int
val of_int : int -> t
module Map = I.Map
val wrapper : t Ocf.wrapper