aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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',