Module Stable.V1

module type S = sig ... end
module Make : functor (Key : Hashtbl.Key_binable) -> S with type key := Key.t