Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

How to fold left a list of BigDecimal? ("overloaded method + cannot be applied")

scala bigdecimal fold

Is there some functions like zip and fold in Perl?

perl map zip fold

Option.fold - why is its second argument not a binary operator?

scala fold scala-option

Could you trace how this Haskell foldl lambda function is working?

debugging haskell trace fold

Why can foldr take a function with three arguments?

How to use the fold function in Haskell with other datatypes

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

Polymorphic functions over chains of nested tuples

Type of generated fold, iter and map not coherent with ppx_deriving documentation

ocaml fold ocamlfind

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

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

Is implementing the words function possible without a postprocessing step after folding?

Folding, function composition, monads, and laziness, oh my?