Alpha_context.Slot
This module re-exports definitions from Slot_repr
.
type slot = t
include Tezos_protocol_environment_alpha.Compare.S with type t := t
val pp : Tezos_protocol_environment_alpha.Format.formatter -> t -> unit
val zero : t
val succ : t -> t Tezos_protocol_environment_alpha.Error_monad.tzresult
val to_int : t -> int
val of_int : int -> t Tezos_protocol_environment_alpha.Error_monad.tzresult
val encoding : t Tezos_protocol_environment_alpha.Data_encoding.encoding
module Range : sig ... end
module Map : Tezos_protocol_environment_alpha.Map.S with type key = t
module Set : Tezos_protocol_environment_alpha.Set.S with type elt = t
module Internal_for_tests : sig ... end