Module Signed
Types and operations for signed integers.
module type S = sig ... endSigned integer operations
type sint= SInt.tC's signed integer type.
type long= Long.tThe signed long integer type.
type llong= LLong.tThe signed long long integer type.
val of_byte_size : int -> (module S)of_byte_size bis a module of type S that implements a signed type withbbytes.Raise
Invalid_argumentif no suitable type is available.