Module Uint.Str_conv

module type UintSig = sig ... end
module type S = sig ... end
module Make (U : UintSig) : sig ... end