Module

Data.Eq.Generic

#GenericEq

#genericEq

genericEq :: forall a rep. Generic a rep => GenericEq rep => a -> a -> Boolean

A Generic implementation of the eq member from the Eq type class.

Modules