Module Stdint

type int8 = private int
type int16 = private int
type int24 = private int
type int32 = Int32.t
type int40
type int48
type int56
type int64 = Int64.t
type int128
type uint8 = private int
type uint16 = private int
type uint24 = private int
type uint32
type uint40
type uint48
type uint56
type uint64
type uint128
module type Int = sig ... end
module Int8 : sig ... end
module Int16 : sig ... end
module Int24 : sig ... end
module Int32 : sig ... end
module Int40 : sig ... end
module Int48 : sig ... end
module Int56 : sig ... end
module Int64 : sig ... end
module Int128 : sig ... end
module Uint8 : sig ... end
module Uint16 : sig ... end
module Uint24 : sig ... end
module Uint32 : sig ... end
module Uint40 : sig ... end
module Uint48 : sig ... end
module Uint56 : sig ... end
module Uint64 : sig ... end
module Uint128 : sig ... end