-
Notifications
You must be signed in to change notification settings - Fork 0
Update EWD998PCal.tla comments #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…formulas. [Build] Signed-off-by: Markus Alexander Kuppe <[email protected]>
@@ -8,7 +8,7 @@ | |||
EXTENDS Integers, Bags, BagsExt | |||
|
|||
CONSTANT N | |||
ASSUME NAssumption == N \in Nat \ {0} \* At least one node. | |||
ASSUME NAssumption == N \in Nat \ {0} \* Any number of nodes between zero and infinitely many. |
Check notice
Code scanning / genaiscript
tlAI-Linter Note
…formulas. [Build] Signed-off-by: Markus Alexander Kuppe <[email protected]>
def("TLA+", env.files.filter(f => f.filename.endsWith(".tla")), {lineNumbers: true}) | ||
|
||
// use $ to output formatted text to the prompt | ||
$`You are an expert at TLA+/TLAPLUS. Your task is to check if the prose comments and their TLA+ declarations and definitions are syntactically and semantically consistent!!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is cool :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/microsoft/tlaplus-examples/issues/3 and https://github.com/microsoft/tlaplus-examples/issues/1 show when and where it worked.
Update some of the prose comments in the EWD998 TLA+ spec.