aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE3proof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CSE3proof.v')
-rw-r--r--backend/CSE3proof.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/CSE3proof.v b/backend/CSE3proof.v
index c7a882b6..72b3e7e1 100644
--- a/backend/CSE3proof.v
+++ b/backend/CSE3proof.v
@@ -76,6 +76,8 @@ Proof.
destruct f; simpl; intros.
- monadInv H.
monadInv EQ.
+ destruct preanalysis.
+ inv EQ1.
reflexivity.
- monadInv H.
reflexivity.