functor-classes-compat-1: Data.Functor.Classes instances for core packages

Safe HaskellSafe
LanguageHaskell2010

Data.Set.Functor.Classes

Contents

Orphan instances

Eq1 Set Source # 

Methods

liftEq :: (a -> b -> Bool) -> Set a -> Set b -> Bool #

Ord1 Set Source # 

Methods

liftCompare :: (a -> b -> Ordering) -> Set a -> Set b -> Ordering #

Show1 Set Source # 

Methods

liftShowsPrec :: (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> Set a -> ShowS #

liftShowList :: (Int -> a -> ShowS) -> ([a] -> ShowS) -> [Set a] -> ShowS #