Module

Data.Generic.Rep.Eq

Package
purescript-generics-repDEPRECATED
Repository
purescript-deprecated/purescript-generics-rep

#genericEq Source

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

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