package tezos-lwt-result-stdlib

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

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 : Hashtbl.HashedType) : S with type key = H.t
module type SeededS = Traced_functor_outputs.Hashtbl.SeededS with type 'error trace := 'error Monad.trace
module type S_ES = Traced_functor_outputs.Hashtbl.S_ES with type 'error trace := 'error Monad.trace
module Make_es (H : Hashtbl.HashedType) : S_ES with type key = H.t