Files
Nim/lib
Hans Raaf cddabcfc63 Fixes foldl() and foldr() + foldl() with start parameter.
This fixes the (potential) multi-evaluation of the sequence parameter in
foldl() and foldr().

It also adds a foldl() version which gets a start parameter. This allows
for creating a result with a different type than the elements of the
sequence.
2016-03-06 17:52:18 +01:00
..
2016-01-26 13:34:08 +01:00
2016-02-29 11:25:51 +00:00
2015-11-25 19:27:13 +02:00
2016-01-17 15:12:48 -05:00
2016-01-24 13:55:44 +01:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00
2016-01-18 16:11:28 +01:00
2016-03-05 17:34:06 +01:00