aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/GiblePargenproof.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-07-11 15:45:59 +0100
committerYann Herklotz <git@yannherklotz.com>2023-07-11 16:25:09 +0100
commit93117b6e766c25c5aeecdc20a963d5114fb91e59 (patch)
tree60e77f4d09548b3fa077d96e7d0e26fd8b0ad1ef /src/hls/GiblePargenproof.v
parent6cdb6490437b9e609afbf5e8749b24d31c02fce1 (diff)
downloadvericert-93117b6e766c25c5aeecdc20a963d5114fb91e59.tar.gz
vericert-93117b6e766c25c5aeecdc20a963d5114fb91e59.zip
Add equivalence classes
Diffstat (limited to 'src/hls/GiblePargenproof.v')
-rw-r--r--src/hls/GiblePargenproof.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hls/GiblePargenproof.v b/src/hls/GiblePargenproof.v
index ca2d8a2..afa554c 100644
--- a/src/hls/GiblePargenproof.v
+++ b/src/hls/GiblePargenproof.v
@@ -813,6 +813,7 @@ have been evaluable.
inversion_clear XX as [v HSEM].
exists v. eapply HN.beq_pred_expr_correct_top;
eauto using check_mutexcl_correct.
+ auto.
Qed.
Lemma check_evaluability2_evaluable :
@@ -836,6 +837,7 @@ have been evaluable.
inversion_clear HIN' as [v HSEM].
exists v. eapply HN.beq_pred_expr_correct_top;
eauto using check_mutexcl_correct.
+ auto.
Qed.
Lemma evaluable_same_preds :