- newtype Ord a => ReverseOrd a = ReverseOrd a
- data ReOrd a = ReOrd {}
Documentation
newtype Ord a => ReverseOrd a Source
A handy constructor which just reverses the sense of an existing Ord
instance.
Eq a => Eq (ReverseOrd a) | |
Ord a => Ord (ReverseOrd a) | |
(Ord a, Show a) => Show (ReverseOrd a) |