diff options
Diffstat (limited to 'doc/Correctness.tex')
-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 |