aboutsummaryrefslogtreecommitdiff
path: root/src/ModularArithmetic
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-11-09 14:28:34 -0500
committerGravatar Jason Gross <jgross@mit.edu>2016-11-09 14:59:07 -0500
commita1bbca9ca7fb78231166661cdd950103a957303d (patch)
treec406cd74513330cba93e5e80e0f9d701d4cbb999 /src/ModularArithmetic
parent22393a2cc2cfac8dc41e94dfb3a7915b2325437a (diff)
Silence a warning about name collision
Diffstat (limited to 'src/ModularArithmetic')
-rw-r--r--src/ModularArithmetic/ModularBaseSystemOpt.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ModularArithmetic/ModularBaseSystemOpt.v b/src/ModularArithmetic/ModularBaseSystemOpt.v
index 155698e56..7480db3b0 100644
--- a/src/ModularArithmetic/ModularBaseSystemOpt.v
+++ b/src/ModularArithmetic/ModularBaseSystemOpt.v
@@ -1071,7 +1071,7 @@ Section SquareRoots.
by (rewrite carry_mul_opt_correct by auto;
cbv [eq]; rewrite carry_mul_rep, mul_rep; reflexivity)
end.
- let RHS := match goal with |- {vs | eq ?vs ?RHS} => RHS end in
+ let RHS := match goal with |- {vs | eq vs ?RHS} => RHS end in
let RHSf := match (eval pattern powx in RHS) with ?RHSf _ => RHSf end in
change ({vs | eq vs (Let_In powx RHSf)}).
match goal with