lambda-calculus topic

List lambda-calculus repositories

system-F

32
Stars
2
Forks
Watchers

Formalization of the polymorphic lambda calculus and its parametricity theorem

pts

51
Stars
2
Forks
Watchers

implementation of Pure Type Systems (PTS) in Rust.

lambda

43
Stars
3
Forks
Watchers

Macro Lambda Calculus

quinegraphs

18
Stars
3
Forks
Watchers

Library of js programs and demos for quines in graph-rewriting systems (for now chemlambda and interaction combinators).

blc-mb

17
Stars
2
Forks
Watchers

Binary Lambda Calculus evaluation engine written in Malbolge.

universe-of-syntax

16
Stars
0
Forks
Watchers

A universe of scope- and type-safe syntaxes (syntices?). Includes generic implementation of type-preserving renaming/substitution with all the proofs you could possibly need.

stlc-agda

15
Stars
1
Forks
Watchers

STLC-related snippets in Agda

alonzo

15
Stars
1
Forks
Watchers

🧊 Типізоване ‏-ג‏‎числення

church-rosser

23
Stars
1
Forks
Watchers

A complete proof in Agda of the Church-Rosser theorem for untyped λ-calculus formalizing the methods by Komori-Matsuda-Yamakawa (2014) and the proof by Nagele-van Oostrom-Sternagel (2016); reuses the...