[Haskell-cafe] The range operator

Roel van Dijk vandijk.roel at gmail.com
Mon Apr 7 07:28:10 EDT 2008


On Fri, Apr 4, 2008 at 10:49 PM, Andrew Coppin
<andrewcoppin at btinternet.com> wrote:
>  More to the point, the range y..z goes in steps of y-z. ;-)
[x,y..z] goes in steps of y-x ;-), [y..z] goes in steps of 1
(depending on the type).


More information about the Haskell-Cafe mailing list