package tezos-base

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

The following modules are part of TzLwtreslib. We just remove

  • the Monad module (already available, with some name simplifications, from Error_monad), and
  • the List module (exported just afterwards with a small addition).
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