Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lambda-calculus

for fixed point combinator Y, what is \x.f(xx)

Function returns value without replacing the variable with the given parameter

How to write recursive factorial function in haskell without if then else statment

haskell lambda-calculus

Is it possible, using PHOAS, to evaluate a term to normal form, and then stringify it?

haskell lambda-calculus

To prove SKK and II are beta equivalent, lambda calculus

How to model the output of the binary lambda calculus?

How to represent sugared λ-terms in Haskell?

How to substitute a variable in an expression in haskell?

haskell lambda-calculus

Is there simple way to extend simply typed lambda calculus with monad types?

convert flip lambda into SKI terms

How to encode in lambda calculus

Fixed point of K combinator