lambda-calculus
Typing the Y combinator
http://muaddibspace.blogspot.com/2008/01/type-inference-for-simply-typed-lambda.html is a concise definition of the simply typed lambda calculus in Prolog.[详细]
2023-01-15 19:22 分类:问答Lambda Calculus reduction
All, Below is the lambda expression which I am finding difficult to reduce i.e. I am not able to understand how to go about this problem.[详细]
2023-01-09 02:29 分类:问答Query on Lambda calculus
Continuing on exercises in book Lambda Calculus, the question is as follows: Suppose a symbol of the λ-calculus[详细]
2023-01-03 22:54 分类:问答Associativity in Lambda calculus
I am working on the exercise questions of book The Lambda calculus. One of the questions that I am stuck is proving the following:[详细]
2023-01-03 22:34 分类:问答Query on Booleans in Lambda Calculus
This is the lambda calculus representation for the AND operator: lambda(m).lambda(n).lambda (a).lambda (b). m(开发者_运维技巧n a b) b[详细]
2022-12-22 00:33 分类:问答Convert Python to Haskell / Lambda calculus
Wha开发者_如何学编程t is the Python code in Haskell and Lambda calculus? def f1(): x = 77 def f2():[详细]
2022-12-12 15:03 分类:问答Convergence of Mathematics and Programming Languages
It seems that there is a strong movement for the convergence of mathematics and computer programming languages, this is notably evidenced by the influence of the lambda calculus on modern languages.[详细]
2022-12-08 17:25 分类:问答