package tezos-injector-015-PtLimaPt

  1. Overview
  2. Docs
type Tezos_base.TzPervasives.error +=
  1. | Cannot_write_file of string
  2. | Cannot_create_dir of string
  3. | Cannot_read_file of string
  4. | Io_error of [ `Close | `Open ] Tezos_stdlib_unix.Lwt_utils_unix.io_error
  5. | Unix_error of Unix.error
  6. | Decoding_error of Tezos_base.TzPervasives.Data_encoding.Binary.read_error
module type H = sig ... end

Signature for hash tables with additional information

module Make_table (H : H) : sig ... end

Create an on-disk persistent version of Hashtbl.

module Make_queue (N : sig ... end) (K : Tezos_crypto.Intfs.HASH) (V : sig ... end) : sig ... end

Create an on-disk persistent version of the Hash_queue data structure.

OCaml

Innovation. Community. Security.