Created
October 16, 2020 18:02
-
-
Save jscn/06c8a87bbb80aa96057553903f635f0f to your computer and use it in GitHub Desktop.
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 name ---- | |
EXTENDS \* whatever | |
Expected(inout) ==* ... | |
Helpers == \* ... | |
(*--algorithm name | |
variables | |
inut \in \* ... | |
output; | |
\* helper variables | |
begin | |
\* algorithm implementation | |
assert output = Expected(input); | |
end algorithm; *) | |
==== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment