aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2018-08-07 17:36:56 -0400
committerGravatar Jason Gross <jagro@google.com>2018-08-07 17:36:56 -0400
commit09478f2be4fed01a74597c65f54187a735a35378 (patch)
tree4e31ceaed3a8c4238b804eb73bc6c2a301815c09 /src
parent60e4a49fe927437656dbc085b5bb6c2faa604130 (diff)
Fix an issue with the previous commit
Diffstat (limited to 'src')
-rw-r--r--src/Experiments/NewPipeline/Toplevel1.v5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Experiments/NewPipeline/Toplevel1.v b/src/Experiments/NewPipeline/Toplevel1.v
index 3b8f81ac6..e896e495f 100644
--- a/src/Experiments/NewPipeline/Toplevel1.v
+++ b/src/Experiments/NewPipeline/Toplevel1.v
@@ -1828,10 +1828,9 @@ Module Import UnsaturatedSolinas.
rewrite ?map_map in *.
cbn [lower upper] in *.
split.
- { etransitivity; [ erewrite <- eval_zeros; [ | apply weight_0, wprops ] | apply H15 ].
+ { etransitivity; [ erewrite <- eval_zeros | apply H15 ].
apply Z.eq_le_incl; f_equal.
- repeat match goal with H : _ |- _ => revert H end; exact admit.
- omega. }
+ repeat match goal with H : _ |- _ => revert H end; exact admit. }
{ eapply Z.le_lt_trans; [ apply H15 | ].
assert (Hlen : length (encode (weight (Qnum limbwidth) (QDen limbwidth)) n s c (s - 1)) = n) by distr_length.
revert Hlen.