Search code examples
Issue with reduce() in Rust for summing square perimeters, fold() works...

rustreducefold

Read More
Kotlin: Returning an object from a fold closure...

kotlinfold

Read More
Writing foldl using foldr...

haskellrecursionfold

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

haskellfunctional-programmingfold

Read More
How to do mapMaybe using lenses...

haskellfoldhaskell-lensaesonlenses

Read More
Difference between fold and reduce in Kotlin, When to use which?...

kotlinreducefold

Read More
Folding with a passed function in Haskell...

functionhaskellfold

Read More
reduceLeft (or, foldLeft) vs reduceRight (or, foldRight) in scala...

scalafoldfoldleft

Read More
I don't understand what these two variables do in the where section of a sum implementation usin...

haskellfold

Read More
FoldLeft using FoldRight in scala...

scalafunctional-programmingcurryingfoldhigher-order-functions

Read More
A foldBack function for Tree in F#...

f#treefold

Read More
How do foldl and foldr work, broken down in an example?...

schemelispracketfold

Read More
Should I use foldr or foldl' to build a String in Haskell?...

stringhaskellhigher-order-functionsfold

Read More
Scheme - sum the squares of even-valued elements in a list...

listschemefilteringsingly-linked-listfold

Read More
Foldr for nested lists...

nestedschemeracketnested-listsfold

Read More
How to delete spaces in string and write first letter uppercase?...

haskellspaceuppercasefold

Read More
how to get sum of vowels in list in kotlin...

listkotlincontainsfold

Read More
Applying logical and to list of boolean values...

scalabooleanlogical-operatorsfold

Read More
Implementation of foldLeft in Scala...

scalacollectionsfold

Read More
FoldRight over Infinite Structures in Scala using Trampolines...

scalafoldtail-call-optimizationtrampolines

Read More
Is this scala function using right-fold or left-fold?...

scalarecursionhigher-order-functionsfold

Read More
Why is there a difference between templated recursive calls and fold expressions with type cast or p...

c++templatesvariadic-templatesfold

Read More
How to write a function of type a-> b -> b -> b for folding a tree...

haskelltreeappendfold

Read More
Making a foldl function for BinarySearchTree...

haskellbinary-search-treefold

Read More
Multiple arguments to binary fold expression?...

c++templatesc++20fold

Read More
SML| foldl with if...

syntaxfunctional-programmingsmlfold

Read More
Using fold together with enumerate to find max values in a selection of elements of a flattened vect...

dictionaryrustfoldenumerate

Read More
C++20 concepts: accumulate values of all good types passed to function variadic template...

c++variadic-templatesfoldc++-concepts

Read More
Not understanding the order of operations for foldl (flip( : )) [] [2, 4, 6] in Ha...

haskellfoldflip

Read More
Difference between fold and reduce?...

f#functional-programmingreducefold

Read More
BackNext