aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jadep <jade.philipoom@gmail.com>2018-09-13 11:23:36 -0400
committerGravatar jadephilipoom <jade.philipoom@gmail.com>2018-09-17 21:34:36 -0400
commitd112376dc841b153b0b3a0bc16c0f614f5988acb (patch)
tree5df52b0d54a3fc01a0efabfc444a2d58dcfc4283 /src
parentcafdecd7c086897dec79a429ec76bc3249a43555 (diff)
change deprecated 'Focus 2' to '2:'
Diffstat (limited to 'src')
-rw-r--r--src/Experiments/NewPipeline/Arithmetic.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Experiments/NewPipeline/Arithmetic.v b/src/Experiments/NewPipeline/Arithmetic.v
index 56a7051af..fae201547 100644
--- a/src/Experiments/NewPipeline/Arithmetic.v
+++ b/src/Experiments/NewPipeline/Arithmetic.v
@@ -2595,14 +2595,14 @@ Module BaseConversion.
transitivity (from_associational_inlined sw dw idxs n (rev p));
[ | transitivity (from_associational sw dw idxs n p); [ | reflexivity ] ](* reverse to make addc chains line up *)
end.
- Focus 2. {
+ 2: {
rewrite from_associational_inlined_correct by (subst nout; auto).
cbv [from_associational].
rewrite !Rows.flatten_partitions' by eauto using Rows.length_from_associational.
rewrite !Rows.eval_from_associational by (subst nout; auto).
f_equal.
rewrite !eval_carries, !Associational.bind_snd_correct, !Associational.eval_rev by auto.
- reflexivity. } Unfocus.
+ reflexivity. }
subst widemul_inlined_reverse; reflexivity.
Qed.
End widemul.