Module
Data.Ord.Generic
- Package
- purescript-prelude
- Repository
- purescript/purescript-prelude
#GenericOrd Source
class GenericOrd a where
Members
genericCompare' :: a -> a -> Ordering
Instances
GenericOrd NoConstructors
GenericOrd NoArguments
(GenericOrd a, GenericOrd b) => GenericOrd (Sum a b)
(GenericOrd a, GenericOrd b) => GenericOrd (Product a b)
(GenericOrd a) => GenericOrd (Constructor name a)
(Ord a) => GenericOrd (Argument a)
#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.
- Modules
- Control.
Applicative - Control.
Apply - Control.
Bind - Control.
Category - Control.
Monad - Control.
Semigroupoid - Data.
Boolean - Data.
BooleanAlgebra - Data.
Bounded - Data.
Bounded. Generic - Data.
CommutativeRing - Data.
DivisionRing - Data.
Eq - Data.
Eq. Generic - Data.
EuclideanRing - Data.
Field - Data.
Function - Data.
Functor - Data.
Generic. Rep - Data.
HeytingAlgebra - Data.
HeytingAlgebra. Generic - Data.
Monoid - Data.
Monoid. Additive - Data.
Monoid. Conj - Data.
Monoid. Disj - Data.
Monoid. Dual - Data.
Monoid. Endo - Data.
Monoid. Generic - Data.
Monoid. Multiplicative - Data.
NaturalTransformation - Data.
Ord - Data.
Ord. Generic - Data.
Ordering - Data.
Reflectable - Data.
Ring - Data.
Ring. Generic - Data.
Semigroup - Data.
Semigroup. First - Data.
Semigroup. Generic - Data.
Semigroup. Last - Data.
Semiring - Data.
Semiring. Generic - Data.
Show - Data.
Show. Generic - Data.
Symbol - Data.
Unit - Data.
Void - Prelude
- Record.
Unsafe - Type.
Proxy