diff options
| author | Vincent Laporte | 2018-09-11 17:18:45 +0200 |
|---|---|---|
| committer | Vincent Laporte | 2018-09-18 06:51:28 +0000 |
| commit | f5e33af81f56253ba777cde96831ef23f25addba (patch) | |
| tree | 2c69b1471cfca69646d36f8faa4bc4795f90d4d4 /test-suite | |
| parent | f1482433ff225831d9937753f946cff2577b9309 (diff) | |
Zify: replace local definitions by equations
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/success/ROmega4.v | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/success/ROmega4.v b/test-suite/success/ROmega4.v index 58ae5b8fb8..a724592749 100644 --- a/test-suite/success/ROmega4.v +++ b/test-suite/success/ROmega4.v @@ -3,12 +3,12 @@ See also #148 for the corresponding improvement in Omega. *) -Require Import ZArith ROmega. +Require Import ZArith Lia. Open Scope Z. Goal let x := 3 in x = 3. intros. -romega. +lia. Qed. (** Example seen in #4132 @@ -22,5 +22,5 @@ Lemma foo (H : - zxy' <= zxy) (H' : zxy' <= x') : - b <= zxy. Proof. -romega. +lia. Qed. |
