Search code examples
Exponentiate all elements of a list without alter the list...

listhaskellfold

Read More
Different fold in Haskell and SML/NJ...

haskellsmlnjfold

Read More
Why does foldr applied to a function strict in both arguments not cause a stack overflow?...

haskellrecursionstack-overflowfold

Read More
Why does fold have the following type in Scala?...

apiscalafoldhigher-order-functions

Read More
Parameter pack not expanded when moving code out of class definition...

c++variadic-templatesc++17fold

Read More
Haskell/GHC performance of `any`/`all`...

performancehaskelllinked-listfoldany

Read More
Default definitions of foldl' and foldr' seem weird...

haskellevaluationfold

Read More
Haskell foldl Monad bind...

haskellfoldstate-monad

Read More
Are fold expressions subject to short-circuiting?...

c++c++17foldshort-circuiting

Read More
Calculate sum and length of a list simultaneously with foldl and a tuple...

haskellfold

Read More
Sum list of Option[Int] Scala using fold...

scalafunctional-programmingfold

Read More
Scala: Iterating over a Future of list of tuples containing lists as well. Need a final result of Fu...

scalafold

Read More
Implement Foldl function in Javascript...

javascriptrecursionfunctional-programmingfold

Read More
What does f [] = v mean in the Foldr Recursion Pattern?...

haskellrecursionfold

Read More
Why doesn't Option have a fold method?...

scaladictionaryfoldscala-option

Read More
Haskell - Removing adjacent duplicates from a list...

listhaskellrecursionfold

Read More
Elegantly printing 2d array in SML...

functional-programmingsmlfold

Read More
Generalizing fold such that it becomes expressive enough to define any finite recursion?...

haskellfunctional-programminggeneric-programmingfoldproof

Read More
Copy fields of case class by using iteration over collection...

scalaclassimmutabilityfolditerable

Read More
Python: Understanding reduce()'s 'initializer' argument...

pythonfunctional-programmingreducefoldhigher-order-functions

Read More
Fold with previous element...

scalafold

Read More
Gap function that returns the integer distance between first appearance of two elements in a list us...

listhaskellfold

Read More
Haskell's foldr/foldl definitions trip newbie? For foldl Actual function takes f (default case) ...

haskellfold

Read More
Properly implementing a function inside foldl's lambda function...

haskelllambdafold

Read More
Converting a fold to a monadic fold haskell...

haskellmonadsfold

Read More
Using fold expression to construct a trivial object...

c++constructortuplesc++17fold

Read More
Using quickCheck...

haskellghcifoldquickcheck

Read More
Ruby - test each array element, get one result...

arraysrubyfold

Read More
Fold type signature with `Foldable` type constraint...

haskellfoldtype-signature

Read More
scala (scanLeft) - how to (functionally) get a Map with cumulated values / frequency...

scalafold

Read More
BackNext