Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lambda-calculus

Is it usual to wrap a variable in an useless `id` call to avoid eta-conversion issues on proofs?

Type quantifiers in Haskell functions

haskell lambda-calculus

Y Combinator implementation Scheme

Link between lambda calculus and lambda expressions in C++

c++ lambda lambda-calculus

Understanding the implementation of Y-Combinator

Find Haskell functions f, g such that f g = f . g

Typing the Y combinator

Pre-requisites for learning lambda calculus

theory lambda-calculus

lambda calculus: passing two values to a single parameter without currying

currying lambda-calculus

Convergence of Mathematics and Programming Languages

Reusing a Lambda function in Haskell

haskell lambda-calculus

Embedding higher kinded types (monads!) into the untyped lambda calculus

Access outer variable inside a block and Y-combinator

Which terms is corresponding for Map, Filter, Foldable, Bind etc from Category Theory?

Is it possible to infer the normalized source of a pure λ function on Haskell?

Haskell Interpreter for System T Combinator Language

How to write an empty list using S, K and I combinators?

Java 8 and lambda calculus equivalent

How to implement a recursive function in lambda calculus using a subset of Clojure language?