Kappa_data_structures.Hashed_list
module type Hash = sig ... end
module Make (A : SetMap.OrderedType) : Hash with type elt = A.t