Skip to content
Snippets Groups Projects
Commit 4deb1b6e authored by Alban Gruin's avatar Alban Gruin
Browse files

definitions: prove that stage_beq s s = true


This may become useful for subsequent proofs.

Signed-off-by: default avatarAlban Gruin <alban.gruin@irit.fr>
parent a543cf79
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,11 @@ Variant stage := ...@@ -21,6 +21,11 @@ Variant stage :=
Scheme Equality for stage. Scheme Equality for stage.
Lemma stage_beq_eq_true : forall s, stage_beq s s = true.
Proof.
now destruct s.
Qed.
Definition nstg s opc := Definition nstg s opc :=
match s, opc with match s, opc with
| Sp, _ => Lsu | Sp, _ => Lsu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment