Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

Generic Poly2 Folder case for shapeless Hlist

Can any recursive definition be rewritten using foldr?

How should one concatenate a stream of arrays?

Are fold expressions subject to short-circuiting?

Is the distinction between foldr and foldl important for maps and sets?

haskell fold unordered

Scheme/Racket: Fold with booleans

Calling hjkl keys from vim's command line

vim fold

type inference in fold left one-liner?

scala type-inference fold

Why it is not possible to redefine (implement) foldr in terms of foldl

haskell fold proof

How would I implement this fold function?

haskell tree fold catamorphism

Map an arbitrary n-ary Tree with fold

Does Scalaz have something to accumulate in both error and success?

haskell fold operation on tree

haskell tree fold

Is it possible to use a fold with a Vec?

iterator rust fold

Defining foldl in terms of foldr in Standard ML

F# filter out only first occurrence from list

filter f# fold

Suggestions to optimize a simple Scala foldLeft over multiple values?

Haskell using foldr

haskell fold

Scala: Why foldLeft can't work for an concat of two list?

list scala fold

Fold with closure that returns a Result

rust fold rust-result