Bounded.Non_negative_int32SourceAllows to build interval of non negative int32 integers. The encoding used is Data_encoding.int32 regardless of the actual bounds.
Internal representation of a bounded value.
include BOUNDS with type ocaml_type := int32min_value represents the minimal value (included) reprensatable.
max_value represents the maximal value (included) reprensatable.
include Tezos_stdlib.Compare.S with type t := tA (partial) encoding of the datatype. If the encoded value is out of bounds, an exception may be raised. See Data_encoding.conv_with_guard.
A pretty-printer for values of type t.
to_value t is a projection to the OCaml representation of the bounded value t.