blc 0.6.0

An implementation of the binary lambda calculus.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.lambda_calculus]
version = "^2.0"

[package]
authors = ["ljedrz <ljedrz@gmail.com>"]
categories = ["encoding"]
description = "An implementation of the binary lambda calculus."
documentation = "https://docs.rs/blc"
keywords = ["lambda", "calculus", "church", "functional", "binary"]
license = "CC0-1.0"
name = "blc"
readme = "README.md"
repository = "https://github.com/ljedrz/blc"
version = "0.6.0"