tla-eval 0.2.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.2.0"
dependencies = [
 "tla-syntax",
]

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