simplistic-generics-0.1.0.0: Generic programming without too many type classes

Safe HaskellNone
LanguageHaskell2010

Generics.Simplistic.Derive.Eq

Documentation

geq :: (Applicative w, OnLeaves Eq f) => SRep w f -> SRep w f -> w Bool Source #

geq' :: (GenericSy a, OnLeaves Eq (Rep a)) => a -> a -> Bool Source #