aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/IntegrationTestSquare.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/IntegrationTestSquare.v')
-rw-r--r--src/Specific/IntegrationTestSquare.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Specific/IntegrationTestSquare.v b/src/Specific/IntegrationTestSquare.v
index eb91a13ff..d7d717c61 100644
--- a/src/Specific/IntegrationTestSquare.v
+++ b/src/Specific/IntegrationTestSquare.v
@@ -50,7 +50,7 @@ Section BoundedField25p5.
| [ |- { f | forall a, ?phi (f a) = @?rhs a } ]
=> apply lift1_sig with (P:=fun a f => phi f = rhs a)
end.
- intros.
+ intros a.
eexists_sig_etransitivity. all:cbv [phi].
rewrite <- (proj2_sig square_sig).
symmetry; rewrite <- (proj2_sig carry_sig); symmetry.