module CCHashtbl:sig
..end
type'a
sequence =('a -> unit) -> unit
type'a
eq ='a -> 'a -> bool
type'a
hash ='a -> int
type'a
printer =Format.formatter -> 'a -> unit
module Poly:sig
..end
include CCHashtbl.Poly
module type S =sig
..end
module Make(
X
:
Hashtbl.HashedType
)
:S
with type key = X.t and type 'a t = 'a Hashtbl.Make(X).t