Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

Why is foldr' not as strict as foldl'?

Just when are unsafeVacuous, #., and .# unsafe?

haskell traversal fold

Folding a sequential stream in Java

foldr1 and infinite list on Haskell

haskell fold

Is there any way to not use explicit recursion in this algorithm?

Why won't Idris accept my custom fold?

Why does foldl seems to be harmful despite being tail-recursive?

haskell recursion fold

Fold that's both constant-space and short-circuiting

Is there any terminating fold in Haskell?

Why does this Clojure Reducers r/fold provide no perf benefit?

Haskell groupBy depending on accumulator value

How does this implementation of `init` work?

What is the Clojure equivalent of Scalaz Foldable's foldmap?

scala clojure scalaz fold

reduce() vs. fold() in Apache Spark

C++17: What does "operator with precedence below cast" mean in "fold" concept?

gvim automatic show foldcolumn when there are folds in a file

vim folding fold

Am I using sound equational reasoning about a definition of filter in terms of foldr?

What is this pattern of folding and iteration?

haskell iteration fold

Lazy Folding of Infinite Depth & Infinite Breadth Rose Tree to its Edge Paths

Walk through a list split function in Haskell

list haskell split fold