Module

Data.Ord.Down

Package
orders
Repository
purescript/purescript-orders

#Down Source

newtype Down a

A newtype wrapper which provides a reversed Ord instance. For example:

sortBy (comparing Down) [1,2,3] = [3,2,1]

Constructors

Instances