Portability | portable |
---|---|
Stability | provisional |
Maintainer | [email protected] |
Safe Haskell | Safe-Inferred |
Algebra.Indexable
Description
Documentation
Definition of an alternative ordering of objects independent from a notion of magnitude. For an application see MathObj.PartialFraction.
ordCompare :: Ord a => a -> a -> OrderingSource
liftCompare :: C b => (a -> b) -> a -> a -> OrderingSource
Lift compare
implementation from a wrapped object.