aboutsummaryrefslogtreecommitdiff
path: root/src/Experiments/SimplyTypedArithmetic.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2018-07-06 15:46:42 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2018-07-08 10:05:05 +0100
commit76e6aecf3d4491b5d6f6bbda3f71e5aa5e8e4da1 (patch)
tree7f076b1aaeed578614564191ad8a2ecf7821ca29 /src/Experiments/SimplyTypedArithmetic.v
parentc98b81735cf3fa04a8897cf02c32a4b371a82ca9 (diff)
Shuffle some ZUtil lemmas around
Diffstat (limited to 'src/Experiments/SimplyTypedArithmetic.v')
-rw-r--r--src/Experiments/SimplyTypedArithmetic.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Experiments/SimplyTypedArithmetic.v b/src/Experiments/SimplyTypedArithmetic.v
index 7d314bfce..4c8830795 100644
--- a/src/Experiments/SimplyTypedArithmetic.v
+++ b/src/Experiments/SimplyTypedArithmetic.v
@@ -1759,7 +1759,7 @@ Module BaseConversion.
eval dw dn (convert_bases sn dn p) = eval sw sn p.
Proof.
cbv [convert_bases]; intros.
- rewrite eval_chained_carries_no_reduce; auto using ZUtil.Z.positive_is_nonzero.
+ rewrite eval_chained_carries_no_reduce; auto using Z.positive_is_nonzero.
rewrite eval_from_associational; auto.
Qed.