
10 Jul
2012
10 Jul
'12
3:28 p.m.
On 10/07/12 14:31, Strake wrote:
On 09/07/2012, Edward Kmett
wrote: I would be happy enough with just re-exporting Down and calling it a day. Last time this topic came up it was bikeshedded to death without resolution.
Why is it called "Down"? Is this a mathematical term?
I believe the Down newtype was introduced for use with extended list comprehension, things like [ name u | u <- users, then sort (Down (salary x)) ]. FWIW, I'll settle for reexporting Down if that avoids bikeshedding. Twan