aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-08-14 15:32:35 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-08-14 15:32:35 -0400
commit32c34659f93cb89b955b91f23b4fc3019dc25589 (patch)
tree1f0aa9adb279d171ab6845344a92b8a752010860 /src
parent0fb91ead45f2dfab7c79597b4c4c60aafeeafef7 (diff)
Fix a proof broken by wrong behavior of cbn
Diffstat (limited to 'src')
-rw-r--r--src/Experiments/NewPipeline/Toplevel2.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Experiments/NewPipeline/Toplevel2.v b/src/Experiments/NewPipeline/Toplevel2.v
index 54d6cbac8..6cd771e57 100644
--- a/src/Experiments/NewPipeline/Toplevel2.v
+++ b/src/Experiments/NewPipeline/Toplevel2.v
@@ -2456,6 +2456,7 @@ Module Barrett256.
Proof. intros; rewrite barrett_red256_correct_proj2 by assumption; unfold app_curried; exact eq_refl. Qed.
*)
Strategy -100 [type.app_curried].
+ Local Arguments is_bounded_by_bool / .
Lemma barrett_red256_correct_full :
forall (xLow xHigh : Z),
0 <= xLow < 2 ^ machine_wordsize ->