Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

Erlang: is it possible to write the minimum function as a list fold?

map . foldr function composition - Haskell

Is foldRight equivalent to foldLeft given a noncommutative associative operation?

scala fold equivalent

foldl and IO values

haskell io fold

right text align - bash

Why can't I use 'isJust' in the lambda function in `foldr`?

haskell fold type-mismatch

Inverting a fold

haskell fold

Is there any action in RDD keeps the order?

Why is foldr' not as strict as foldl'?

Just when are unsafeVacuous, #., and .# unsafe?

haskell traversal fold

Folding a sequential stream in Java

foldr1 and infinite list on Haskell

haskell fold

Is there any way to not use explicit recursion in this algorithm?

Why won't Idris accept my custom fold?

Why does foldl seems to be harmful despite being tail-recursive?

haskell recursion fold

Fold that's both constant-space and short-circuiting

Is there any terminating fold in Haskell?

Why does this Clojure Reducers r/fold provide no perf benefit?

Haskell groupBy depending on accumulator value

How does this implementation of `init` work?