From 7488682db4cf259e0bb0c886e13301c32a2eeaa2 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 2 Jun 2017 00:01:35 -0400 Subject: Don't rely on autogenerated names This fixes all of the private-names warnings emitted by compiling fiat-crypto with https://github.com/coq/coq/pull/268 (minus the ones in coqprime, which I didn't touch). --- src/Specific/IntegrationTestMul.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Specific/IntegrationTestMul.v') diff --git a/src/Specific/IntegrationTestMul.v b/src/Specific/IntegrationTestMul.v index 0cbc3966e..01d629bfb 100644 --- a/src/Specific/IntegrationTestMul.v +++ b/src/Specific/IntegrationTestMul.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 mul_sig). symmetry; rewrite <- (proj2_sig carry_sig); symmetry. -- cgit v1.2.3