Module Hash_heap

module Hash_heap: Hash_heap

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