aboutsummaryrefslogtreecommitdiff
path: root/doc/Correctness.tex
diff options
context:
space:
mode:
authormarche2003-12-10 13:12:31 +0000
committermarche2003-12-10 13:12:31 +0000
commit265d773ab32168fc1ae675332ed6a0e6df18080b (patch)
tree7d4f7c875d8cb4dbbf3bd87fb2b8bf04764570f2 /doc/Correctness.tex
parente31e599f5cd5e539987c2741fece8bb9474dbbc6 (diff)
presentation, biblio;
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8381 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/Correctness.tex')
-rw-r--r--doc/Correctness.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Correctness.tex b/doc/Correctness.tex
index a5e3781997..98c5c4568b 100644
--- a/doc/Correctness.tex
+++ b/doc/Correctness.tex
@@ -20,7 +20,7 @@ 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
-in~\cite{Filliatre99,Filliatre00a}.
+in~\cite{Filliatre99,Filliatre03jfp}.
This tactic is provided in the \Coq\ module \texttt{Correctness},
which does not belong to the initial state of \Coq. So you must import
it when necessary, with the following command: