diff options
| author | Vincent Laporte | 2019-10-23 10:04:27 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2020-04-17 11:19:42 +0200 |
| commit | b7598d22d98e9ead0516068a9bf6ed37b6d13893 (patch) | |
| tree | 8fda7cb6ccff193a1df0ef09a644c887fb1376af /theories | |
| parent | 6c5551d0782d78ab7ed182480ba18836a3f6dae7 (diff) | |
Deprecate “omega”
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Logic/WKL.v | 2 | ||||
| -rw-r--r-- | theories/setoid_ring/Rings_Z.v | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/theories/Logic/WKL.v b/theories/Logic/WKL.v index 478bc434ad..d9eea2f89d 100644 --- a/theories/Logic/WKL.v +++ b/theories/Logic/WKL.v @@ -25,7 +25,7 @@ Require Import WeakFan List. Import ListNotations. -Require Import Omega. +Require Import Arith. (** [is_path_from P n l] means that there exists a path of length [n] from [l] on which [P] does not hold *) diff --git a/theories/setoid_ring/Rings_Z.v b/theories/setoid_ring/Rings_Z.v index f489b00145..372bba7926 100644 --- a/theories/setoid_ring/Rings_Z.v +++ b/theories/setoid_ring/Rings_Z.v @@ -11,7 +11,6 @@ Require Export Cring. Require Export Integral_domain. Require Export Ncring_initial. -Require Export Omega. Instance Zcri: (Cring (Rr:=Zr)). red. exact Z.mul_comm. Defined. |
