Mavryk_raw_protocol_alpha.Non_empty_string
include Mavryk_protocol_environment_alpha.Compare.S with type t := t
val of_string : string -> t option
Returns None
if the original string is empty.
val of_string_exn : string -> t
Fails with Invalid_argument
if the original string is empty.