Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in fold
"Any function on finite lists that is defined by pairing the desired result with the argument list can always be redefined in terms of fold"
Aug 04, 2015
haskell
functional-programming
fold
What is the connection between primitive recursion and catamorphisms?
Sep 16, 2021
haskell
recursion
functional-programming
fold
catamorphism
How can a variadic template be used to generate a left-associative expression (aka left fold) in c++11?
Oct 21, 2022
c++
c++11
templates
variadic-templates
fold
Why does this first Haskell function FAIL to handle infinite lists, while this second snippet SUCCEEDS with infinite lists?
Nov 03, 2022
haskell
functional-programming
fold
How is foldl lazy?
Jun 21, 2019
haskell
lazy-evaluation
fold
terminating a monadic fold early
Feb 09, 2021
haskell
monads
fold
What is the purpose of trailing lambda syntax (Kotlin)?
Feb 28, 2022
lambda
kotlin
fold
Folding list of options
Apr 22, 2021
f#
optional
fold
How do I break out of a pure loop in Haskell without hand-written recursion?
Nov 04, 2022
haskell
recursion
fold
Fold/reduce over List of Futures with associative & commutative operator
Apr 27, 2019
scala
parallel-processing
future
reduce
fold
Haskell - strict vs non-strict with foldl
Oct 24, 2022
haskell
lazy-evaluation
fold
strict
Real world examples of using reduceRight in JavaScript
Sep 21, 2022
javascript
haskell
iteration
reduce
fold
Fold expression with comma operator and variadic template parameter pack
Sep 05, 2022
c++
c++17
variadic-templates
operator-keyword
fold
Why doesn't passing Nil to foldLeft work?
Sep 20, 2022
scala
type-inference
fold
Map, Filter, Foldr in DrRacket/Scheme
Mar 01, 2022
filter
functional-programming
scheme
fold
map-function
Since "fold" isn't powerful enough to write a tree pretty-printer with indentation, what high-order combinator is?
Nov 23, 2020
haskell
recursion
fold
combinators
How to implement delete with foldr in Haskell
Mar 29, 2022
haskell
fold
Please explain in the simplest, most jargon-free English possible, the "universal property of fold"?
May 04, 2018
functional-programming
fold
haskell
How to break out from a fold function in haskell when the accumulator met a certain condition?
Nov 11, 2022
haskell
functional-programming
fold
foldr and foldl further explanations and examples
Sep 17, 2022
function
haskell
syntax
combinators
fold
« Newer Entries
Older Entries »