Module type Uint.Str_conv_sig

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