Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 674 Bytes

index.rst

File metadata and controls

25 lines (17 loc) · 674 Bytes

lambda_calculus

Welcome to lambda_calculus`s documentation.

This project implements basic operations of the Lambda calculus as a python package and contains helpers to define custom ones.

It is intended to be used for educational purposes and is not optimized for speed. Furthermore, it expects all terms to be finite, which means the absence of cycles. :py:class:`RecursionError` may be raised when using an infinite term or the evaluation is too complex.

.. toctree::
   :maxdepth: 2

   installation
   api


Indices and tables