Traced_functor_outputs.Hashtblmodule type S = sig ... endHashtables 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 ... endHashtables 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 ... endHashtables with the signature S_ES are Hashtbl-like data structures. See Bare_functor_outputs.Hashtbl.S_ES for full information.