Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lambda-calculus

Is there a simpler type system with the practical utilities of CoC? [duplicate]

Is it possible to implement `max` efficiently on the untyped lambda calculus?

lambda-calculus in C: Booleans and NOT operator

c 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?