Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lambda-calculus

Sum of list elements and length of list in lambda calculus

Integer division using only addition, multiplication, subtraction and maximum

Are implicit parameters a difficulty for inlining in GHC?

Y Combinator in Scheme using Define

Lambda Calculus (λa.b)((λx.xx)(λx.xx)) [closed]

Implement in Haskell the Church encoding of the pair for polymorphic λ-calculus/System F

Is it possible to implement a function that returns an n-tuple on the lambda calculus?

How can I write self-application function in Haskell?

haskell lambda-calculus

The type signature of a combinator does not match the type signature of its equivalent Lambda function

What is a kind projector

Haskell - Lambda calculus equivalent syntax?

how to partially apply arbitrary argument of a function?

Why won't GHC reduce my type family?

Syntax tree for lambda calculus

lambda lambda-calculus

Beta reduction in lambda calculus using Haskell

haskell lambda-calculus

Using the y combinator in haskell

Simply typed lambda calculus vs Hindley-Milner type system

Conversion from lambda term to combinatorial term

Free variables list of a lambda expression

Normalizing functions without actually applying it in Haskell