traced_structs
Hashtbl.Make
bare_functor_outputs
bare_sigs
bare_structs
tezos-lwt-result-stdlib
tezos-lwt-result-stdlib.bare
tezos-lwt-result-stdlib.examples
tezos-lwt-result-stdlib.traced
traced_functor_outputs
traced_sigs
traces
module Monad : Traced_sigs.Monad.S
module Seq : Traced_sigs.Seq.S with type 'error trace := 'error Monad.trace
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