diff options
| author | filliatr | 2006-02-27 10:18:49 +0000 |
|---|---|---|
| committer | filliatr | 2006-02-27 10:18:49 +0000 |
| commit | 7499754463892397bc4e9894ad514bea46f2d3ef (patch) | |
| tree | 4fcb574a82c387dcfa0b91deac72f7565906aada /contrib/dp/tests.v | |
| parent | d7df08b56841170443161ed75d5f3a0dbc69e88c (diff) | |
dp: sortie Why
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8099 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/dp/tests.v')
| -rw-r--r-- | contrib/dp/tests.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/dp/tests.v b/contrib/dp/tests.v index d12203803f..10b6f0d835 100644 --- a/contrib/dp/tests.v +++ b/contrib/dp/tests.v @@ -3,7 +3,6 @@ Reset Initial. Require Import ZArith. Require Import Classical. - (* First example with the 0 and the equality translated *) Goal 0 = 0. @@ -44,6 +43,7 @@ Qed. (* Arithmetic *) +Open Scope Z_scope. Goal 1 + 1 = 2. @@ -221,4 +221,4 @@ Goal mrf (S (S O)) = true. zenon. -*)
\ No newline at end of file +*) |
