Module

Data.Ord.Generic

Package
prelude
Repository
purerl/purescript-prelude

#genericCompare Source

genericCompare :: forall a rep. Generic a rep => GenericOrd rep => a -> a -> Ordering

A Generic implementation of the compare member from the Ord type class.