package tezos-lwt-result-stdlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end

Hashtables with the signature S are exception-safe replacements for hashtables with the Stdlib.Hashtbl.S signature with Lwt- and result-aware traversal functions.

module type SeededS = sig ... end

Hashtables with the signature SeededS are exception-safe replacements for hashtables with the Stdlib.Hashtbl.SeededS signature with Lwt- and result-aware traversal functions.

module type S_ES = sig ... end

Hashtables with the signature S_ES are Hashtbl-like with the following differences: