module CCFlatHashtbl:sig..end
    This module was previously named CCHashtbl, but the name is now used for
    an extension of the standard library's hashtables.
Since 0.4
type'asequence =('a -> unit) -> unit
module type S =sig..end
module type HASHABLE =sig..end
module Make(X:HASHABLE):Swith type key = X.t