diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-03-11 13:36:35 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-03-11 13:36:35 +0000 |
commit | 40b63c61d2bc22a3cbaac6cfcf3793e7b0297ef2 (patch) | |
tree | 16e379eed50b84f51d27a814c5cd2fde7a786ddc /contrib/correctness/Correctness.v | |
parent | a601e248e2b850c4e7384173090dfa90dcb77d68 (diff) |
Cleanup: remove old correctness files, unused for a long time
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11971 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/correctness/Correctness.v')
-rw-r--r-- | contrib/correctness/Correctness.v | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/contrib/correctness/Correctness.v b/contrib/correctness/Correctness.v deleted file mode 100644 index 1cf73f4e0..000000000 --- a/contrib/correctness/Correctness.v +++ /dev/null @@ -1,25 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) -(* \VV/ **************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(************************************************************************) - -(* Certification of Imperative Programs / Jean-Christophe Filliātre *) - -(* $Id$ *) - -(* Correctness is base on the tactic Refine (developped on purpose) *) - -Require Export Tuples. - -Require Export ProgInt. -Require Export ProgBool. -Require Export Zwf. - -Require Export Arrays. - -(* -Token "'". -*)
\ No newline at end of file |