Module Qed.Listset

Merging Set Functor

module type Elt = sig ... end
module Make (E : Elt) : sig ... end