simplistic-generics-0.1.0.0: Generic programming without too many type classes
Generics.Simplistic.Derive.Eq
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 #