tla-eval 0.1.0

Evaluate TLA+ predicates and actions at concrete states, with no dependencies
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 = "tla-eval"
version = "0.1.0"
dependencies = [
 "tla-syntax",
]

[[package]]
name = "tla-syntax"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4463167d5acdbaeed1678c64a0a3e012d953d9707a5532a2b60f5d2f29cc2e0"