= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type Tezos_base.TzPervasives.error +=
| Cannot_write_file of string
| Cannot_create_dir of string
| Cannot_read_file of string
| Io_error of [ `Close | `Open ] Tezos_stdlib_unix.Lwt_utils_unix.io_error
| Unix_error of Unix.error
| 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.S.HASH)
(V : sig ... end) :
sig ... end
Create an on-disk persistent version of the Hash_queue
data structure.