This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------------------- MODULE 00_OutSanyParser --------------------------- | |
| EXTENDS Integers, Sequences, FiniteSets, TLC, Apalache | |
| (* | |
| @type: ((Set(a), a) => Set(a)); | |
| *) | |
| add(s, e) == s \union {e} | |
| (* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------------------- MODULE 00_OutSanyParser --------------------------- | |
| EXTENDS Integers, Sequences, FiniteSets, TLC, Apalache | |
| (* | |
| @type: ((Set(a), a) => Set(a)); | |
| *) | |
| add(s, e) == s \union {e} | |
| (* |
OlderNewer