diff options
| author | Vincent Laporte | 2019-10-08 13:38:01 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-10-22 06:38:15 +0000 |
| commit | 3dc2750c9b5616d7a8eca1e5288e95c520278eb6 (patch) | |
| tree | 5794e40b0a4f48383edd56f09eddc6e871069518 /theories/ZArith/Zpow_facts.v | |
| parent | 72723186dd179838c9c11b8fcaf3f1f088eddd93 (diff) | |
Zcomplements: do not use “omega”
Diffstat (limited to 'theories/ZArith/Zpow_facts.v')
| -rw-r--r-- | theories/ZArith/Zpow_facts.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/ZArith/Zpow_facts.v b/theories/ZArith/Zpow_facts.v index 66e246616f..8ba511940e 100644 --- a/theories/ZArith/Zpow_facts.v +++ b/theories/ZArith/Zpow_facts.v @@ -9,6 +9,7 @@ (************************************************************************) Require Import ZArith_base ZArithRing Zcomplements Zdiv Znumtheory. +Import Omega. Require Export Zpower. Local Open Scope Z_scope. |
