Module Uint.Str_conv

module Str_conv: Str_conv_sig 

module type UintSig = sig .. end
module type S = sig .. end
module Make: 
functor (U : UintSig) -> S with type t = U.t