[Issue 11084] std.algorithm.scan

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11084 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/4775a5e3576843b58f99739d1a9141c810656679 Fix Issue 11084 - std.algorithm.scan https

[Issue 11084] std.algorithm.scan

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11084 --- Comment #5 from Seb --- PR to reference alternatives names: https://github.com/dlang/phobos/pull/6153 --

[Issue 11084] std.algorithm.scan

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11084 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 11084] std.algorithm.scan

2014-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11084 timon.g...@gmx.ch changed: What|Removed |Added CC||dev.jahn.ma...@gmail.com --- Comment #4

[Issue 11084] std.algorithm.scan

2014-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11084 Vlad Levenfeld vlevenf...@gmail.com changed: What|Removed |Added CC||vlevenf...@gmail.com

[Issue 11084] std.algorithm.scan

2013-11-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11084 --- Comment #3 from bearophile_h...@eml.cc 2013-11-11 05:10:07 PST --- An example that shows the usage and usefulness of scanl1/scanr1 in Haskell: http://philipnilsson.github.io/Badness10k/articles/waterflow/ Prelude let h =

[Issue 11084] std.algorithm.scan

2013-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11084 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 11084] std.algorithm.scan

2013-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11084 --- Comment #2 from bearophile_h...@eml.cc 2013-09-21 06:04:43 PDT --- (In reply to comment #1) Intermediate? Can you be more specific? What exact steps does that scan!() call make? The Haskell scanl is a very simple function, it acts