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
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "blc"
version = "0.6.0"
dependencies = [
 "lambda_calculus",
]

[[package]]
name = "lambda_calculus"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d98b854a999a4de4b925b9d2548efaec66afd4e4ed3aa4f8644f19c738d9e7c0"