package tezos-protocol-005-PsBabyM1

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Alpha_context.CycleSource

include BASIC_DATA
Sourcetype t
include Tezos_protocol_environment_005_PsBabyM1.Compare.S with type t := t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
Sourcetype cycle = t
Sourceval root : cycle
Sourceval succ : cycle -> cycle
Sourceval pred : cycle -> cycle option
Sourceval add : cycle -> int -> cycle
Sourceval sub : cycle -> int -> cycle option
Sourceval to_int32 : cycle -> int32
OCaml

Innovation. Community. Security.