tezos-protocol-016-PtMumbai.raw
Tezos_raw_protocol_016_PtMumbai.Script_string
Strings of printable characters
tezos-protocol-016-PtMumbai
tezos-protocol-016-PtMumbai.environment
tezos-protocol-016-PtMumbai.lifted
tezos-protocol-016-PtMumbai.parameters
type repr
type t =
| String_tag of repr
t is made algebraic in order to distinguish it from the other type parameters of Script_typed_ir.ty.
t
Script_typed_ir.ty
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Non_printable_character of int * string
val empty : t
val of_string : string -> t Tezos_protocol_environment_016_PtMumbai.Error_monad.tzresult
val to_string : t -> string
val compare : t -> t -> int
val length : t -> int
val concat_pair : t -> t -> t
val concat : t list -> t
val sub : t -> int -> int -> t