blc 0.7.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.7.0"
dependencies = [
 "lambda_calculus",
]

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