module type HASHTBL =Sub-signature of hashtables required for building projectified hashtables and dashtables.sig
..end
include Datatype.HASHTBL
val clear : 'a t -> unit
val find : 'a t -> key -> 'a
val remove : 'a t -> key -> unit
val mem : 'a t -> key -> bool