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