Module Std.Hash_heap


module Hash_heap: Hash_heap

module type Key = Hashtbl.HashedType
module type S = sig .. end
module Make: 
functor (Key : Key) -> sig .. end