{-# OPTIONS -cpp #-} module Set ( Set, member, empty, insert ) where import Data.Set