Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
gpfsl
Commits
96b5f919
Commit
96b5f919
authored
Oct 07, 2021
by
Hai Dang
Browse files
Remove a TODO
parent
be7cb9a4
Changes
1
Show whitespace changes
Inline
Side-by-side
theories/logic/logatom.v
View file @
96b5f919
...
...
@@ -13,7 +13,7 @@ Definition atomic_wp `{!noprolG Σ} {TA TB : tele}
(
E
:
coPset
)
(* implementation masks *)
(
α
:
TA
→
vProp
Σ
)
(* atomic pre-condition *)
(
β
:
TA
→
TB
→
vProp
Σ
)
(* atomic post-condition *)
(
POST
:
TA
→
TB
→
vProp
Σ
)
(* private post condition *)
(* TODO: seems to be unnecessary *)
(
POST
:
TA
→
TB
→
vProp
Σ
)
(* private post condition *)
(
f
:
TA
→
TB
→
val
)
(* Turn the return data into the return value *)
:
vProp
Σ
:
=
∀
(
Φ
:
val
→
vProp
Σ
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment