diff options
| author | herbelin | 2000-10-04 16:08:36 +0000 |
|---|---|---|
| committer | herbelin | 2000-10-04 16:08:36 +0000 |
| commit | b4ace8546bf9de05a8cdd4267e17c32ee6806f18 (patch) | |
| tree | 5c402a955151e959d0642f79adedb60c4f07fd0d /contrib | |
| parent | bb02036b476d3a3e7b3b79568257ef3d28ea6a11 (diff) | |
Commit malencontreux sur précédente version
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@655 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/omega/Zcomplements.v | 2 | ||||
| -rw-r--r-- | contrib/omega/Zpower.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/omega/Zcomplements.v b/contrib/omega/Zcomplements.v index 470130b9b8..c4ec7baf8d 100644 --- a/contrib/omega/Zcomplements.v +++ b/contrib/omega/Zcomplements.v @@ -84,7 +84,7 @@ Simpl; Do 2 Rewrite Zmult_n_1; Auto 1. Unfold Zs. Intros x0 Hx0; Repeat Rewrite Zmult_plus_distr_r. Repeat Rewrite Zmult_n_1. -Auto with zarith. +Omega. (* Auto with zarith. *) Unfold Zpred; Omega. Save. diff --git a/contrib/omega/Zpower.v b/contrib/omega/Zpower.v index 52f7117153..c696aec28c 100644 --- a/contrib/omega/Zpower.v +++ b/contrib/omega/Zpower.v @@ -285,7 +285,7 @@ Section power_div_with_rest. Definition Zdiv_rest_aux := [qrd:(Z*Z)*Z] let (qr,d)=qrd in let (q,r)=qr in - (<Z*Z>Cases q of + (Cases q of ZERO => ` (0, r)` | (POS xH) => ` (0, d + r)` | (POS (xI n)) => ` ((POS n), d + r)` |
