package tezos-error-monad

  1. Overview
  2. Docs
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 = sig ... end
module Make (H : Hashtbl.HashedType) : sig ... end
module type SeededS = sig ... end
module MakeSeeded (H : Hashtbl.SeededHashedType) : sig ... end
module type S_ES = sig ... end
module Make_es (H : Hashtbl.HashedType) : sig ... end