We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616ed47 commit 80c5052Copy full SHA for 80c5052
formal/XSTRP_C5.tla
@@ -132,4 +132,17 @@ AuthorizationGating ==
132
NoStrandedFunds ==
133
intent_state \notin TerminalStates =>
134
(intent_state = "Created" \/ intent_state = "Committed" \/ intent_state = "Expired")
135
+(*
136
+Specification definition
137
+*)
138
+
139
+vars ==
140
+ << intent_state,
141
+ authorization_valid,
142
+ proof_present,
143
+ is_expired >>
144
145
+Spec ==
146
+ Init /\ [][Next]_vars
147
148
=============================================================================
0 commit comments