aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-12-14 15:06:34 -0500
committerGravatar Jason Gross <jgross@mit.edu>2018-12-14 15:06:34 -0500
commitfb038fc3ad2cf7c592d0a8b8f79d75cccfab6a07 (patch)
treeabe65c19512a36033fdff94ecc4ee22a1537f1a0 /src
parent0a38b18a03f8f0e5ce0cbde5cf589a50dc48e475 (diff)
Fix an issue with setoid_rewrite being weaker before 8.9
Diffstat (limited to 'src')
-rw-r--r--src/Experiments/NewPipeline/UnderLetsProofs.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Experiments/NewPipeline/UnderLetsProofs.v b/src/Experiments/NewPipeline/UnderLetsProofs.v
index 1f2a68cec..19e79e95b 100644
--- a/src/Experiments/NewPipeline/UnderLetsProofs.v
+++ b/src/Experiments/NewPipeline/UnderLetsProofs.v
@@ -960,7 +960,7 @@ Module Compilers.
| solve [ eauto ]
| solve [ do_interp_related ]
| match goal with
- | [ H : expr.interp_related_gen _ _ (reify_list _) _ |- _ ] => setoid_rewrite expr.reify_list_interp_related_iff in H
+ | [ H : expr.interp_related_gen ?ii _ (reify_list ?ls1) ?ls2 |- _ ] => change (expr.interp_related ii (reify_list ls1) ls2) in H; rewrite expr.reify_list_interp_related_iff in H
end ].
all: match goal with
| [ H : SubstVarLike.is_var_fst_snd_pair_opp_cast _ = _ |- _ ] => clear H