Module

Data.Eq.Generic

Package
purescript-prelude
Repository
purescript/purescript-prelude

#genericEq Source

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

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