Skip to content

Commit

Permalink
Added signature of cap_invalidate_preserves_value to abstract class
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-almeida committed Feb 20, 2024
1 parent 5daaeb8 commit 957bba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theories/Common/Capabilities.v
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,6 @@ Module Type CAPABILITY

Parameter cap_invalidate_invalidates: forall c, cap_is_valid (cap_invalidate c) = false.

Parameter cap_invalidate_preserves_value: forall c, cap_get_value c = cap_get_value (cap_invalidate c).

End CAPABILITY.

0 comments on commit 957bba3

Please sign in to comment.