Down
case Down(a)
The Down
type allows you to reverse the sort order of a
conveniently.
Instances
instance JoinLattice[Down[a]] with MeetLattice[a]
Sourceinstance LowerBound[Down[a]] with UpperBound[a]
Sourceinstance MeetLattice[Down[a]] with JoinLattice[a]
Sourceinstance PartialOrder[Down[a]] with PartialOrder[a]
Sourceinstance UpperBound[Down[a]] with LowerBound[a]
Source