Module Hash_heap

module Hash_heap: Hash_heap

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