aboutsummaryrefslogtreecommitdiff
path: root/src/PushButtonSynthesis/BarrettReductionReificationCache.v
diff options
context:
space:
mode:
authorGravatar jadep <jadep@mit.edu>2019-03-14 12:07:28 -0400
committerGravatar jadephilipoom <jade.philipoom@gmail.com>2019-04-03 23:34:53 +0100
commit71820cce3ba80acf0a09d7506c49ba2dd6e32d95 (patch)
tree5b8d9f8c957aff611bbf097d41901a77fbaed2ed /src/PushButtonSynthesis/BarrettReductionReificationCache.v
parentef3ce824f87fd11eed78a13a884579499a8ffc53 (diff)
split up Arithmetic (imports etc. not yet fixed, does not build)
Diffstat (limited to 'src/PushButtonSynthesis/BarrettReductionReificationCache.v')
-rw-r--r--src/PushButtonSynthesis/BarrettReductionReificationCache.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PushButtonSynthesis/BarrettReductionReificationCache.v b/src/PushButtonSynthesis/BarrettReductionReificationCache.v
index 265ada2d2..a36a4d5ee 100644
--- a/src/PushButtonSynthesis/BarrettReductionReificationCache.v
+++ b/src/PushButtonSynthesis/BarrettReductionReificationCache.v
@@ -3,11 +3,11 @@ Require Import Coq.ZArith.ZArith.
Require Import Coq.derive.Derive.
Require Import Coq.Lists.List.
Require Import Crypto.Util.ListUtil.
-Require Import Crypto.Arithmetic.
+Require Import Crypto.Arithmetic.BarrettReduction.
Require Import Crypto.PushButtonSynthesis.ReificationCache.
Local Open Scope Z_scope.
-Import Associational Positional Arithmetic.BarrettReduction.
+Import BarrettReduction.
Local Set Keyed Unification. (* needed for making [autorewrite] fast, c.f. COQBUG(https://github.com/coq/coq/issues/9283) *)