diff options
| author | herbelin | 2001-12-19 22:42:12 +0000 |
|---|---|---|
| committer | herbelin | 2001-12-19 22:42:12 +0000 |
| commit | 57a320bc7f8b15403a2c3505fe4b70a82625518e (patch) | |
| tree | 860c72f6209b640139fde156a4ab5e1db449bb02 | |
| parent | 8fb17c4cac1336e17fd8b95aadb456e2b292657f (diff) | |
Test sobriété de la réduction de Intuition
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2351 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | test-suite/output/Intuition.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/output/Intuition.v b/test-suite/output/Intuition.v index 94b5785e8f..9c9aa6ed72 100644 --- a/test-suite/output/Intuition.v +++ b/test-suite/output/Intuition.v @@ -1,3 +1,4 @@ Require ZArith. Goal (m,n:Z) `m >= n` -> `m >= m` /\ `m >= n`. Intros; Intuition. +Show. |
