libtlafmt 0.4.1

A formatter library for TLA+ specs, core of tlafmt
Documentation
---
source: libtlafmt/tests/format.rs
expression: output
input_file: libtlafmt/tests/corpus/MCReachabilityTest.tla
---
-------------------------- MODULE MCReachabilityTest ---------------------------
EXTENDS ReachabilityTest, Sequences

CONSTANT RandomSuccCount

RandomSuccSet == SuccSet2(RandomSuccCount)

ASSUME \A i \in DOMAIN Test : Test[i]

LimitedSeq(S) == UNION {
        [1..len -> S]
    : len \in 0..Cardinality(Nodes)
}
================================================================================