Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in combinators

Two-layer "Y-style" combinator. Is this common? Does this have an official name?

Scala combinator parsers - distinguish between number strings and variable strings

scala parsing combinators

Is this an implementation of a fixpoint combinator?

Lambda calculus expression implementing function application

Is it possible for the presented case to be optimized into one loop?

What does this combinator do: s (s k)

Pointfree version doesn't compile, but the pointful one does?

Impementation of the Ruby <=> Combinator

How can fixed-point combinators make recursive constructs terminate?

How to Merge two Observables so the result completes when the any of the Observables completes?

How to manually infer the type of '(.) . (.) . (.)'?

Unsure of how to design a useful library using combinators

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

Are these two combinators already available in Haskell?

haskell boolean combinators

What is a general scheme for writing a function in pointfree style?

How to use C# async/await as a stand-alone CPS transform

Explain this implementation of the Y combinator in Scala?

Scala: Can I nudge a combinator parser to be locally greedy?

scala parsing combinators

Haskell: Why is ((.).(.)) f g equal to f . g x?

In Clojure, is there a function like Haskell's on?