Module Listset

module Listset: sig .. end
A list-based set container.

module Make: 
functor (T : Utilsigs.BasicType) -> Utilsigs.OrderedContainer with type elt = T.t
Create an ordered container whose underlying representation is a list.