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