Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

Haskell repa - how to reduce array and return index?

Why does this rewrite to a Julia do block break when the lambda works?

lambda types julia fold dispatch

Flink: How to convert the deprecated fold to aggregrate?

In Scala, how to foldleft when sometimes two elements should not turn into one element?

scala folding fold

Build balanced binary tree with foldr

Lazy foldRight early termination confusion

Recursive bottom-up traversal of algebraic data types

What are the properties of the unsided fold?

How can foldMap do the same as foldr when the latter does not have anything to do with monoids?

haskell fold monoids

Sufficient conditions for foldl and foldr equivalence

haskell fold

Can my implementation of filter be improved?

haskell fold

How can I check if a BST is valid?

Infinite list in haskell combined with fold* doesn't calculate

haskell map infinite fold

Infinite type error when defining zip with foldr only; can it be fixed?

haskell types fold

Folding in Haskell, using more than one function

haskell fold accumulate

Create concatenate function in Haskell: [String] -> String

string list haskell fold

Why is sum slower than foldl' in haskell?

haskell ghc ghci fold

Questions about folds and stack overflows

haskell stack-overflow fold

Is there any intermediate data structure created in list comprehensions

Why to avoid Explicit recursion in Haskell?

haskell recursion fold