Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 456 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 456 Bytes

Variadic Auto-Curried Lambda Calculus

A simple untyped lambda calculus interpreter that supports both variadic functions and auto-currying.

Full documentation is available online. Alternatively, you can build and consult the documentation locally by cloning the repository and executing the following commands in the top directory (with the Makefile):

$ make link
$ raco docs lambda-vc