diff options
author | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-09-19 14:02:51 +0000 |
---|---|---|
committer | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-09-19 14:02:51 +0000 |
commit | ade25271676f5e8dd4454ba8b3b3d7e3f8287633 (patch) | |
tree | 2835fd95892dbe2bed6138075a37fd83d037228e /doc | |
parent | d0a6df6e55c252cd46c058908cdcb31efdaafd5c (diff) |
avertissement Correctness plus d�velopp�
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8295 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Correctness.tex | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/Correctness.tex b/doc/Correctness.tex index 7c8d97fc5..2e623fa96 100644 --- a/doc/Correctness.tex +++ b/doc/Correctness.tex @@ -8,7 +8,15 @@ % Introduction % %%%%%%%%%%%%%%%% -This chapter describes a new tactic +\noindent\framebox{Warning:} The tactic presented in this chapter was a +prototype implementation, now deprecated and no more maintained. It is +subsumed by a much more powerful tool, developped and distributed +independently of the system \Coq, called \textsc{Why} (see +\url{http://why.lri.fr/}). + +\bigskip + +This chapter describes a tactic to prove the correctness and termination of imperative programs annotated in a Floyd-Hoare logic style. The theoretical fundations of this tactic are described |