aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ZUtil/Tactics.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-05-13 12:44:43 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-05-13 12:44:43 -0400
commit401058d999a6eaa38ce31b2ee9356a65b63498d2 (patch)
tree12d050078c95a25a8f00e982196bbe1e64989415 /src/Util/ZUtil/Tactics.v
parenta30bbfe60d619e13601985340b1b70b150aecc28 (diff)
Split off more ZUtil things
Diffstat (limited to 'src/Util/ZUtil/Tactics.v')
-rw-r--r--src/Util/ZUtil/Tactics.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Util/ZUtil/Tactics.v b/src/Util/ZUtil/Tactics.v
index 3700611df..7dfb8ff46 100644
--- a/src/Util/ZUtil/Tactics.v
+++ b/src/Util/ZUtil/Tactics.v
@@ -6,6 +6,7 @@ Require Export Crypto.Util.ZUtil.Tactics.LtbToLt.
Require Export Crypto.Util.ZUtil.Tactics.PeelLe.
Require Export Crypto.Util.ZUtil.Tactics.PrimeBound.
Require Export Crypto.Util.ZUtil.Tactics.ReplaceNegWithPos.
+Require Export Crypto.Util.ZUtil.Tactics.RewriteModSmall.
Require Export Crypto.Util.ZUtil.Tactics.SimplifyFractionsLe.
Require Export Crypto.Util.ZUtil.Tactics.ZeroBounds.
Require Export Crypto.Util.ZUtil.Tactics.Ztestbit.