Module type Computation.HASHTBL


module type HASHTBL = sig .. end
Sub-signature of hashtables required for building projectified hashtables and dashtables.

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