simplistic-generics-2.0.0: Generic programming without too many type classes
Generics.Simplistic.Derive.Eq
geq' :: OnLeaves Eq f => SRep I f -> SRep I f -> Bool Source #
geq :: (Generic a, GShallow (Rep a), OnLeaves Eq (Rep a)) => a -> a -> Bool Source #