Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 372 Bytes

the-lambda-cube-presentation

slides and sample code for "The Lambda Cube"

untyped

Clojure implementation of Church encodings from the untyped lambda calculus.

typed

Haskell implementation of Church encodings from the simply typed lambda calculus.

typelevel

Scala implementation of Church encodings at the type-level from λω.