package octez-libs

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

Module Hashtbl.MakeSource

Parameters

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

Signature

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

Innovation. Community. Security.