Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

Is there an efficient, lazy way to fuse foldMap with traverse?

haskell traversal fold

Multiple folds in one pass using generic tuple function

How does the fold action work in Spark?

scala apache-spark fold

Ruby - test each array element, get one result

arrays ruby fold

Is there a way to fold with index in Rust?

indexing rust fold

foldl / foldr query

haskell fold

"Any function on finite lists that is defined by pairing the desired result with the argument list can always be redefined in terms of fold"

What is the connection between primitive recursion and catamorphisms?

How can a variadic template be used to generate a left-associative expression (aka left fold) in c++11?

Why does this first Haskell function FAIL to handle infinite lists, while this second snippet SUCCEEDS with infinite lists?

How is foldl lazy?

terminating a monadic fold early

haskell monads fold

What is the purpose of trailing lambda syntax (Kotlin)?

lambda kotlin fold

Folding list of options

f# optional fold

How do I break out of a pure loop in Haskell without hand-written recursion?

haskell recursion fold

Fold/reduce over List of Futures with associative & commutative operator

Haskell - strict vs non-strict with foldl

Real world examples of using reduceRight in JavaScript

Fold expression with comma operator and variadic template parameter pack

Why doesn't passing Nil to foldLeft work?

scala type-inference fold