Up

Module Hash_heap = Hash_heap

Signature

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