package tezos-protocol-012-Psithaca

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

Type to manage temporary ids. Used only in the context.

type t
val init : t
val fresh : ('i, 'a, 'u) kind -> t -> t * 'i
val fold_s : ('i, 'a, 'u) kind -> ('acc -> 'i -> 'acc Tezos_protocol_environment_012_Psithaca.Lwt.t) -> t -> 'acc -> 'acc Tezos_protocol_environment_012_Psithaca.Lwt.t