regular-0.3.0: Generic programming library for regular datatypes.
Generics.Regular.Functions.Eq
Contents
Description
Summary: Generic equality.
Synopsis
class Eq f whereSource
Methods
eqf :: (a -> a -> Bool) -> f a -> f a -> BoolSource
Instances
eq :: (Regular a, Eq (PF a)) => a -> a -> BoolSource