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

https://github.com/kbaird/church-numerals

An Elixir module for Church Encoding of numerals
https://github.com/kbaird/church-numerals

church-numerals elixir lambda-calculus

Last synced: 5 months ago
JSON representation

An Elixir module for Church Encoding of numerals

Awesome Lists containing this project

README

          

# Church Numerals

**Church Encoding of numerals**

- https://en.wikipedia.org/wiki/Church_encoding
- http://www.cse.unt.edu/~tarau/teaching/PL/docs/Church%20encoding.pdf

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `church_numerals` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:church_numerals, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/church_numerals](https://hexdocs.pm/church_numerals).