Alpha_context.Raw_level
This module re-exports definitions from Raw_level_repr
.
include BASIC_DATA
include Mavryk_protocol_environment_alpha.Compare.S with type t := t
val encoding : t Mavryk_protocol_environment_alpha.Data_encoding.t
val pp : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unit
type raw_level = t
val rpc_arg : raw_level Mavryk_protocol_environment_alpha.RPC_arg.arg
val root : raw_level
val to_int32 : raw_level -> int32
val of_int32 :
int32 ->
raw_level Mavryk_protocol_environment_alpha.Error_monad.tzresult
val of_int32_exn : int32 -> raw_level
module Set : Mavryk_protocol_environment_alpha.Set.S with type elt = raw_level
module Map : Mavryk_protocol_environment_alpha.Map.S with type key = raw_level
module Internal_for_tests : sig ... end