Search code examples
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
Insert number into sorted list using List.fold_right...


ocamlfold

Read More
How to simplify Option processing...


scalafold

Read More
Fold collection with None as start value...


scalacollectionsfoldscala-option

Read More
Fold that returns intermediate results and not just the last one...


kotlinfunctional-programmingfold

Read More
A more idiomatic way to write this Haskell LCM function...


haskellrecursionfoldreadabilitylcm

Read More
What's the difference regarding evaluation order between `foldTree` and recursive versions?...


haskellrecursiontreefold

Read More
foldr and foldl further explanations and examples...


functionhaskellsyntaxcombinatorsfold

Read More
Haskell : How to obtain a list of 2^i , where i is nature number and 2^i are all smaller than a give...


haskelllist-comprehensionfold

Read More
BackNext