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