aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2019-03-07 22:40:14 -0500
committerGravatar Jason Gross <jgross@mit.edu>2019-03-07 22:40:14 -0500
commitc91d2849ff6b770bd47406ffd36c7426503e2a44 (patch)
treeaa60373c9c7f593ae519ddf24d52cb675718d526 /src
parent80f307850d74f1fbb8b5df2f9e7ecde8e13642ae (diff)
Fix hypothesis of UnderLets.list_rect_arrow_interp_related
Diffstat (limited to 'src')
-rw-r--r--src/UnderLetsProofs.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UnderLetsProofs.v b/src/UnderLetsProofs.v
index 77030b646..09f1aea7d 100644
--- a/src/UnderLetsProofs.v
+++ b/src/UnderLetsProofs.v
@@ -520,7 +520,7 @@ Module Compilers.
Lemma list_rect_arrow_interp_related {A B C Pnil Pcons ls x B' C' Pnil' Pcons' ls' x' R}
{R' : B -> B' -> Prop}
- (Hnil : forall x x', interp_related R (Pnil x) (Pnil' x'))
+ (Hnil : forall x x', R' x x' -> interp_related R (Pnil x) (Pnil' x'))
(Hcons : forall x x',
expr.interp_related ident_interp x x'
-> forall l l',