tezos-protocol-environment.structs
Bounded.Int32
Bounded int32.
int32
tezos-protocol-environment
tezos-protocol-environment.sigs
tezos-protocol-environment.sigs-internals
module type BOUNDS = sig ... end
Bounds.
module type S = sig ... end
module Make (_ : BOUNDS) : S
Produce a module _ : S of bounded integers.
_ : S
module NonNegative : S
val non_negative_of_legacy_non_negative : NonNegative.t -> Tezos_base.Bounded.Non_negative_int32.t
val legacy_non_negative_of_non_negative : Tezos_base.Bounded.Non_negative_int32.t -> NonNegative.t