libtlafmt 0.4.1

A formatter library for TLA+ specs, core of tlafmt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: libtlafmt/tests/format.rs
expression: output
input_file: libtlafmt/tests/corpus/MCKVsnap.tla
---
------------------------------- MODULE MCKVsnap --------------------------------
EXTENDS KVsnap, TLC
TxIdSymmetric == Permutations(TxId)

\* To get debugging information from KVsnap.tla
BaitInv == TLCGet("level") > 7 => ~(\E k1, k2 \in Key: store[k1] /= store[k2] /\ k1 /= k2 /\ store[k1] /= NoVal /\ store[k2] /= NoVal)

================================================================================