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
---
source: libtlafmt/tests/format.rs
expression: output
input_file: libtlafmt/tests/corpus/Integers.tla
---
------------------------------- MODULE Integers --------------------------------
EXTENDS Naturals
LOCAL R == INSTANCE ProtoReals

Int == R!Int
-. a == 0 - a
================================================================================