Module Bihashtbl


module Bihashtbl: sig .. end
Partial bijective hash tables.

module type S = sig .. end
Output signature of the functor Bihashtbl.Make
module Make: 
functor (K : Hashtbl.HashedType) ->
functor (E : Hashtbl.HashedType) -> S with type key = K.t and type elt = E.t
Functor building an implementation of the partial bijective hash table structure.

Hosted by the SourceForge.net Logo* web site.
*Other names and brands may be claimed as the property of others.