Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lambda-calculus

Query on Booleans in Lambda Calculus

What exactly makes a type system consistent?

How to find the optimal processing order?

What does the lambda calculus have to say about return values?

Java 8 lambda and alpha equivalence

What are the state-of-art methods for solving functional equations?

What it means lambda calculus is equivalent to turing machine

How to use a naming context to find de Bruijn indices of free variables?

lambda-calculus

In pure functional languages, is data (strings, ints, floats.. ) also just functions?

Adventures with the untyped lambda calculus

η-expansion in a pure functional language

How do you formulate n-ary product and sum types in this typed lambda calculus universe?

what's this equation with lambda notation " m >> n = m >>= \_ -> n " in monad's declaration?

Lambda calculus and church numerals confusion

function lambda-calculus

Is it usual for interaction nets to leave piles of redundant fans?

Call by value in the lambda calculus

Church-Rosser Theorem Example in a Functional Programming Language

Why is a built-in function applied to too few arguments considered to be in weak head normal form?

Is it possible to evaluate lambda calculus terms efficiently?

What does eta reduce mean in the context of HLint