package tezos-protocol-012-Psithaca

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Strings of printable characters

type t
type Tezos_protocol_environment_012_Psithaca.Error_monad.error +=
  1. | Non_printable_character of int * string
val empty : t
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