Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fold

How to define map using foldr?

Count number of Ints in Scala list using a fold

scala fold

using foldr in elm/haskell

haskell fold elm

Unary fold with empty parameter pack

Explanation of lists:fold function

Scala - reduce/foldLeft

scala map reduce fold

Multiple parameters of a function

Cost sensitive folds

higher order function haskell

Different fold in Haskell and SML/NJ

haskell smlnj fold

How to fold left a list of BigDecimal? ("overloaded method + cannot be applied")

scala bigdecimal fold

Is there some functions like zip and fold in Perl?

perl map zip fold

Option.fold - why is its second argument not a binary operator?

scala fold scala-option

Could you trace how this Haskell foldl lambda function is working?

debugging haskell trace fold

Why can foldr take a function with three arguments?

How to use the fold function in Haskell with other datatypes

Polymorphic functions over chains of nested tuples

Type of generated fold, iter and map not coherent with ppx_deriving documentation

ocaml fold ocamlfind

Folding, function composition, monads, and laziness, oh my?