Tezos_raw_protocol_023_PtSeouLo.Cycle_reprThis module provides a type and functions to manipulate cycle numbers.
Invariant: cycle numbers are always positive.
type cycle = tinclude Tezos_protocol_environment_023_PtSeouLo.Compare.S with type t := tval encoding : cycle Tezos_protocol_environment_023_PtSeouLo.Data_encoding.tval rpc_arg : cycle Tezos_protocol_environment_023_PtSeouLo.RPC_arg.argval pp : 
  Tezos_protocol_environment_023_PtSeouLo.Format.formatter ->
  cycle ->
  unitval root : cycleval to_int32 : cycle -> int32val of_int32_exn : int32 -> cycleval of_string_exn : string -> cyclemodule Map : 
  Tezos_protocol_environment_023_PtSeouLo.Map.S with type key = cyclemodule Index : Storage_description.INDEX with type t = cycle