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_structs/Traced_structs/Hashtbl/Make/index.html

Module Hashtbl.Make

Parameters

module Seq : Traced_sigs.Seq.S with type 'error trace := 'error Monad.trace

Signature

val hash : 'a -> int
val seeded_hash : int -> 'a -> int
val hash_param : meaningful:int -> total:int -> 'a -> int
val seeded_hash_param : meaningful:int -> total:int -> int -> 'a -> int
module type S = Traced_functor_outputs.Hashtbl.S with type 'error trace := 'error Monad.trace
module Make (H : Stdlib.Hashtbl.HashedType) : S with type key = H.t
module type SeededS = Traced_functor_outputs.Hashtbl.SeededS with type 'error trace := 'error Monad.trace
module MakeSeeded (H : Stdlib.Hashtbl.SeededHashedType) : SeededS with type key = H.t
module type S_ES = Traced_functor_outputs.Hashtbl.S_ES with type 'error trace := 'error Monad.trace
module Make_es (H : Stdlib.Hashtbl.HashedType) : S_ES with type key = H.t
OCaml

Innovation. Community. Security.