Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

Why is fold and reduce considered fundamental - surely everything is defined in terms of cons and car?

Using lenses to view a Map as key-value pairs?

haskell traversal fold lenses

Haskell - Group list elements with foldr function

list haskell fold

Problems with fold in Rust

fold rust

How to solve this Haskell type error? Expected and actual types do not match

haskell typeerror fold

Vim - add one line above the fold to the folding

vim fold brackets

How does foldl work?

Haskell - foldl' in terms of foldr and performance issues

performance haskell fold

Using reduceLeft in place of foldLeft in scala

Why can't Option.fold be used tail recursively in Scala?

scala tail-recursion fold

Only want one answer in Haskell

haskell fold

Implement insert in haskell with foldr

list haskell insert lambda fold

Length with foldl and foldr

haskell fold

Why does foldl' use a lot of RAM with complex data structures?

haskell fold

Can sequence over infinite maybes ever terminate?

haskell fold strictness

How to write my version of unfoldr in a better / more idiomatic manner in Haskell?

haskell fold

Understanding Folds in Haskell

Laziness of (>>=) in folding

haskell fold

Defining "reduce" on a list in scheme