An open API service indexing awesome lists of open source software.

https://github.com/mheiber/strict-lambda-calculus


https://github.com/mheiber/strict-lambda-calculus

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# strict-lambda-calculus

Implementation of

Chlipala, A., Petersen, L., & Harper, R. (2005, January). Strict bidirectional type checking. In Proceedings of the 2005 ACM SIGPLAN international workshop on Types in languages design and implementation (pp. 71-78).

## Examples

See the tests for examples. The DSL is a bit hard to read, so you may want to have the paper next to you. Or skip this entirely.

## test

With Scala 3: `sbt test`