Search code examples
How would you (re)implement iterate in Haskell?...


haskellloopscombinators

Read More
Haskell map/zip Vs. list comprehension...


haskellziplist-comprehensionpointfreecombinators

Read More
What are super combinators and constant applicative forms?...


haskellfunctional-programmingcombinators

Read More
Defining an alternative Psi combinator in Haskell...


haskellfunctional-programmingcombinatorscombinatory-logic

Read More
Defining a stack data structure and its main operations in lambda calculus...


lambdafunctional-programminglambda-calculuscombinatorsy-combinator

Read More
Haskell: Is there a simpler way to express the function (\f g x y -> f (g x) (g y))? Using Applic...


haskellcombinators

Read More
S combinator in Haskell...


haskellcombinatorss-combinator

Read More
Combining constraints?...


haskellconstraintscombinators

Read More
What does Haskell's Data.Function.on do?...


haskellcombinators

Read More
foldl is tail recursive, so how come foldr runs faster than foldl?...


optimizationhaskelltail-recursioncombinatorsfold

Read More
Combinatory method like tap, but able to return a different value?...


rubytheorycombinators

Read More
Explain this implementation of the Y combinator in Scala?...


scalacombinatorsy-combinator

Read More
Euler function of C(n, k)...


mathcombinationsnumber-theorygreatest-common-divisorcombinators

Read More
How does Data.MemoCombinators work?...


haskellmemoizationcombinators

Read More
How C++ lambda move capture *this in rvalue reference member function?...


c++functional-programmingmonadsmonad-transformerscombinators

Read More
Y combinator discussion in "The Little Schemer"...


schemecombinatorsy-combinatorthe-little-schemer

Read More
How to implement a fast type inference procedure for SKI combinators in Python?...


pythonalgorithmfunctional-programminglambda-calculuscombinators

Read More
How to implement SKI combinators in Prolog?...


prologlambda-calculuscombinators

Read More
Point-free version of g(f(x)(y))...


javascriptfunctional-programmingramda.jspointfreecombinators

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


functionhaskellsyntaxcombinatorsfold

Read More
How does foldr work?...


haskellcombinatorsfold

Read More
Expressing Y in term of SKI-Combinators in JavaScript...


javascriptcombinatorsy-combinatorcombinatory-logic

Read More
how to write a foldr HOF in Haskell...


haskellcombinatorsfold

Read More
Conditionally Acting on Specific Error Using and_then in Rust...


error-handlingrustcombinators

Read More
Haskell: some and many...


haskellapplicativecombinatorsalternative-functorsome-and-many

Read More
Does SKS equal SKK?...


lambda-calculuscombinatorsequivalencek-combinators-combinator

Read More
Short circuiting (&&) in Haskell...


haskellbooleancombinators

Read More
Can not understand 'pMany' and 'pMany1' in the parser combinator...


parsinghaskellcombinators

Read More
Rust chaining Results (Combinators)...


rustcombinators

Read More
Y combinator in elisp...


lispelisplambda-calculuscombinatorsy-combinator

Read More
BackNext