package octez-libs

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

Module Bare_functor_outputs.HashtblSource

Sourcemodule 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.

Sourcemodule 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.

Sourcemodule type S_ES = sig ... end

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

OCaml

Innovation. Community. Security.