Skip to content

Commit

Permalink
Commented lemma cap_invalidate_preserves_bounds to avoid extraction i…
Browse files Browse the repository at this point in the history
…ssues
  • Loading branch information
ric-almeida committed Mar 27, 2024
1 parent bb46061 commit c19d0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/Morello/Capabilities.v
Original file line number Diff line number Diff line change
Expand Up @@ -1098,9 +1098,9 @@ Module Capability <: CAPABILITY (AddressValue) (Flags) (ObjType) (SealType) (Bou
bv_simplify. rewrite bv_extract_unsigned. rewrite bv_extract_unsigned. bv_simplify. bitblast.
Qed.

Lemma cap_invalidate_preserves_bounds (c:t) : cap_get_bounds c = cap_get_bounds (cap_invalidate c).
(* Lemma cap_invalidate_preserves_bounds (c:t) : cap_get_bounds c = cap_get_bounds (cap_invalidate c).
Proof.
Admitted.
Admitted. *)

End Capability.

Expand Down

0 comments on commit c19d0d1

Please sign in to comment.