Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

foldl . foldr function composition - Haskell

Using Haskell's map function to calculate the sum of a list

list haskell recursion fold

Does Haskell have foldlM'?

haskell monads fold

What kind of knowledge or training is necessary for someone to write down the definition of foldlM like this? [closed]

Do reducers (in Clojure) address the scaling foldr accumulation issue outlined by Guy Steele?

Scala foldLeft while some conditions are true

scala fold foldleft

"unfold" for common lisp?

Tree Fold operation?

haskell tree fold

The missing folds

Retrieve value out of "cascading ifs" fold expression

c++ c++17 fold fold-expression

Making a single function work on lists, ByteStrings and Texts (and perhaps other similar representations)

Scala: Try till first success on a list

Comprehensive list of synonyms for reduce

Does haskell's foldr always take a two-parameter lambda?

haskell fold

Practical use of fold/reduce in functional languages

What is the most general way to compute the depth of a tree with something like a fold?

haskell tree fold

Tail recursive fold on a binary tree in Scala

foldLeft or foldRight equivalent in Spark?

Haskell's foldr equivalent in Java 8 [duplicate]

java haskell java-8 reduce fold

How to implement zip with foldl (in an eager language)