Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 236 Bytes

terms.rst

File metadata and controls

15 lines (12 loc) · 236 Bytes

Package terms

.. toctree::
   :maxdepth: 2

   terms/abc
   terms/logic
   terms/arithmetic
   terms/pairs
   terms/combinators

.. automodule:: lambda_calculus.terms
    :members:
    :special-members: __iter__, __str__