package tezos-protocol-015-PtLimaPt

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

Module Tezos_raw_protocol_015_PtLimaPt.Script_stringSource

Strings of printable characters

Sourcetype repr
Sourcetype t =
  1. | String_tag of repr

t is made algebraic in order to distinguish it from the other type parameters of Script_typed_ir.ty.

Sourcetype Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
  1. | Non_printable_character of int * string
Sourceval empty : t
Sourceval to_string : t -> string
Sourceval compare : t -> t -> int
Sourceval length : t -> int
Sourceval concat_pair : t -> t -> t
Sourceval concat : t list -> t
Sourceval sub : t -> int -> int -> t
OCaml

Innovation. Community. Security.