Module

Data.Generic.Rep.Ord

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

#genericCompare Source

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

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