Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

Generalized fold for inductive datatypes in coq

fold coq

How to fold/accumulate a numpy matrix product (dot)?

python numpy fold accumulate

How can I make this fold more generic

haskell fold

Sort faster in racket using hash table

sorting hash scheme racket fold

Why Monoid is not a requirement for foldr/foldl?

haskell fold monoids foldable

Writing foldl as foldr confusion

F# Fold while building a list using cons (::) as opposed to concat (@)

list f# concat fold

Custom 'fold' function needs counter

haskell counter fold

Variations of folds on Haskell Trees

How do foldr and zipWith (:) work together?

haskell fold zipwith

Higher order function specifics with foldr and foldl

haskell fold combinators

Implementing tails using foldr in Haskell

haskell fold

Implementing static version of std::all_of using template metaprogramming?

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

How would you define map and filter using foldr in Haskell?