package octez-libs

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

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

OCaml

Innovation. Community. Security.