Module Stdint__.Int_wrapper
module type Size = sig ... end
module type S = sig ... end
module Make_signed : functor (D : Size) -> S
module Make_unsigned : functor (D : Size) -> S
Stdint__.Int_wrapper
module type Size = sig ... end
module type S = sig ... end
module Make_signed : functor (D : Size) -> S
module Make_unsigned : functor (D : Size) -> S