Created
May 21, 2020 18:23
-
-
Save note/66ff8c760e3d15ff658560f1873d5cb4 to your computer and use it in GitHub Desktop.
Code snippet for Alloy tutorial: Basics
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
// Signatures: | |
sig A {} | |
// Predicates and facts | |
pred show {} | |
// Assertions: | |
// Commands | |
run show for 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment