[Haskell-cafe] Re: map (-2) [1..5]

David House dmhouse at gmail.com
Sun Sep 10 07:53:14 EDT 2006


On 10/09/06, Aaron Denney <wnoise at ofb.net> wrote:
> I still don't like having a plus without a minus.

I think in practice this wouldn't really be an issue. When you're
using natural numbers, you tend to be in a situation where you're
either numbering things statically, and not doing any calculations
with them, or you're using them as a monoid, whereby things only
increase.

-- 
-David House, dmhouse at gmail.com


More information about the Haskell-Cafe mailing list