diff options
| author | Théo Zimmermann | 2020-04-17 14:28:09 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-04-17 14:28:09 +0200 |
| commit | 87f8c9fce73ebf8bc0b6cb53536bdb3861f09e41 (patch) | |
| tree | fa052b1c397a8ff7a759c55d5eba26cd3b7e1d81 /theories/Logic | |
| parent | c1556952b34333b54cf0fc18c8a06e6549d38b25 (diff) | |
| parent | b7598d22d98e9ead0516068a9bf6ed37b6d13893 (diff) | |
Merge PR #11976: Deprecate the omega tactic
Reviewed-by: Zimmi48
Diffstat (limited to 'theories/Logic')
| -rw-r--r-- | theories/Logic/WKL.v | 2 |
1 files changed, 1 insertions, 1 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 *) |
