Stable.V1
module type S = sig ... end
module Make (Key : Hashtbl.Key_binable) : S with type key := Key.t
module Make_with_hashable (T : sig ... end) : S with type key := T.Key.t
module With_stable_witness : sig ... end