package tezos-lwt-result-stdlib

  1. Overview
  2. Docs
Tezos: error-aware stdlib replacement

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v10.2.tar.bz2
sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2
sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93

doc/traced_functor_outputs/Traced_functor_outputs/Hashtbl/index.html

Module Traced_functor_outputs.Hashtbl

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 data structures. See Bare_functor_outputs.Hashtbl.S_ES for full information.

OCaml

Innovation. Community. Security.