aboutsummaryrefslogtreecommitdiff
path: root/src/Specific
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-06-24 23:40:54 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-06-24 23:40:54 -0400
commitfb03885f25b1cc06ec3bb33a87a36f49a43915a4 (patch)
treeaa408612cde32e2ab44c0c2ad88ba126357979f1 /src/Specific
parentc09fb5cf077d5ff93550d040877b24580d8f24c0 (diff)
Fix some things not being unfolded
Diffstat (limited to 'src/Specific')
-rw-r--r--src/Specific/IntegrationTestMontgomeryP256_128_Opp.v2
-rw-r--r--src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_Opp.v2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Specific/IntegrationTestMontgomeryP256_128_Opp.v b/src/Specific/IntegrationTestMontgomeryP256_128_Opp.v
index 012bec13c..a8215c03d 100644
--- a/src/Specific/IntegrationTestMontgomeryP256_128_Opp.v
+++ b/src/Specific/IntegrationTestMontgomeryP256_128_Opp.v
@@ -62,7 +62,7 @@ Section BoundedField25p5.
eexists_sig_etransitivity.
set (oppZ := proj1_sig opp).
context_to_dlet_in_rhs oppZ; cbv [oppZ].
- cbv beta iota delta [opp opp' proj1_sig Saturated.T lift2_sig fst snd runtime_add runtime_and runtime_mul runtime_opp runtime_shr].
+ cbv beta iota delta [opp opp' proj1_sig Saturated.T lift1_sig fst snd runtime_add runtime_and runtime_mul runtime_opp runtime_shr].
reflexivity.
sig_dlet_in_rhs_to_context.
apply (fun f => proj2_sig_map (fun THIS_NAME_MUST_NOT_BE_UNDERSCORE_TO_WORK_AROUND_CONSTR_MATCHING_ANAOMLIES___BUT_NOTE_THAT_IF_THIS_NAME_IS_LOWERCASE_A___THEN_REIFICATION_STACK_OVERFLOWS___AND_I_HAVE_NO_IDEA_WHATS_GOING_ON p => f_equal f p)).
diff --git a/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_Opp.v b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_Opp.v
index f736ce8ba..6527162a0 100644
--- a/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_Opp.v
+++ b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_Opp.v
@@ -62,7 +62,7 @@ Section BoundedField25p5.
eexists_sig_etransitivity.
set (oppZ := proj1_sig opp).
context_to_dlet_in_rhs oppZ; cbv [oppZ].
- cbv beta iota delta [opp opp' proj1_sig Saturated.T lift2_sig fst snd runtime_add runtime_and runtime_mul runtime_opp runtime_shr].
+ cbv beta iota delta [opp opp' proj1_sig Saturated.T lift1_sig fst snd runtime_add runtime_and runtime_mul runtime_opp runtime_shr].
reflexivity.
sig_dlet_in_rhs_to_context.
apply (fun f => proj2_sig_map (fun THIS_NAME_MUST_NOT_BE_UNDERSCORE_TO_WORK_AROUND_CONSTR_MATCHING_ANAOMLIES___BUT_NOTE_THAT_IF_THIS_NAME_IS_LOWERCASE_A___THEN_REIFICATION_STACK_OVERFLOWS___AND_I_HAVE_NO_IDEA_WHATS_GOING_ON p => f_equal f p)).