Module Hweak


module Hweak: sig  end
The type of the elements stored in the table.

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