Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lambda-calculus

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

How would you abstract away the boilerplate in this pair of "similar shaped" datatypes

Is it actually possible to remove "Pi" from Calculus of Constructions?

S combinator in Erlang

Lambda calculus expression implementing function application

Expanding Recursive Functions In Coq

How does Binary Lambda Calculus encode parenthesis?

lambda calculus in scala

Is it possible to implement foldl/foldr using unsided fold?

What does this combinator do: s (s k)