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
14
15
---
source: libtlafmt/tests/format.rs
expression: output
input_file: libtlafmt/tests/corpus/MCLeastCircularSubstring.tla
---
----------------------- MODULE MCLeastCircularSubstring ------------------------
EXTENDS Naturals, LeastCircularSubstring

CONSTANTS CharSetSize, MaxStringLength

ZSeqNat == 0..MaxStringLength

MCCharacterSet == 0..(CharSetSize - 1)

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