Internal_event.Level
Module to manipulate values of type level
.
val to_string : t -> string
val opt_to_string : t option -> string
opt_to_string o
will return to_string o
if t
is Some o
and "none"
otherwise
val of_string_exn : string -> t option
of_string_exn s
will
Some level
if s
represents a level
,None
if s
is "none"
s
is not a proper levelval encoding : t Data_encoding.t
include Tezos_stdlib.Compare.S with type t := t