tezos-protocol-014-PtKathma.raw
Tezos_raw_protocol_014_PtKathma.Script_string
Strings of printable characters
tezos-protocol-014-PtKathma
tezos-protocol-014-PtKathma.environment
tezos-protocol-014-PtKathma.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_014_PtKathma.Error_monad.error +=
| Non_printable_character of int * string
val empty : t
val of_string : string -> t Tezos_protocol_environment_014_PtKathma.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