Module Stk.OidSource

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