Skip to content

Commit

Permalink
unsued lemma
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaliva committed Aug 13, 2024
1 parent a0b38eb commit 7a4768c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions coq/Proofs/Revocation.v
Original file line number Diff line number Diff line change
Expand Up @@ -5475,16 +5475,6 @@ Module CheriMemoryImplWithProofs
apply H0.
Qed.

(* TODO: We can get away with just proving [0<l] but this is more precise formulation *)
Fact Capability_GS_encode_length
(isexact : bool)
(c : Capability_GS.t)
(l: list ascii)
(t: bool):
Capability_GS.encode isexact c = Some (l, t) -> Datatypes.length l = sizeof_pointer MorelloImpl.get.
Proof.
Admitted.

(** Storing some bytes into memory and ghosting the tags for corresponding region preserves invariant *)
Fact mem_state_with_bytes_preserves:
forall s : mem_state_r,
Expand Down

0 comments on commit 7a4768c

Please sign in to comment.