Search found 41 matches

by manyone
Nov 21st, '17, 07:59
Forum: Working with GP
Topic: is reduce same as haskell foldl?
Replies: 1
Views: 8526

is reduce same as haskell foldl?

i've proven that reduce can perform sum as shown below
foldsum.png
but i cannot get this reduce to reverse the list
folderr.png
isn't reduce the equivalent of haskell's foldl?