Module

Data.Ord.Generic

#genericCompare

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

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

Modules