diff options
| author | herbelin | 2005-12-26 13:59:13 +0000 |
|---|---|---|
| committer | herbelin | 2005-12-26 13:59:13 +0000 |
| commit | f6e1acbbe00aeb479fde229c3941e3a6a2d53068 (patch) | |
| tree | ce3a6476de30cbf68c7668f5ecba92f457a721e8 /contrib7/correctness/ProgramsExtraction.v | |
| parent | e0f9487be5ce770117a9c9c815af8c7010ff357b (diff) | |
Suppression des fichiers .v en ancienne syntaxe
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7733 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib7/correctness/ProgramsExtraction.v')
| -rw-r--r-- | contrib7/correctness/ProgramsExtraction.v | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/contrib7/correctness/ProgramsExtraction.v b/contrib7/correctness/ProgramsExtraction.v deleted file mode 100644 index 9c48e56471..0000000000 --- a/contrib7/correctness/ProgramsExtraction.v +++ /dev/null @@ -1,30 +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$ *) - -Require Export Extraction. - -Extract Inductive unit => unit [ "()" ]. -Extract Inductive bool => bool [ true false ]. -Extract Inductive sumbool => bool [ true false ]. - -Require Export Correctness. - -Declare ML Module "pextract". - -Grammar vernac vernac : ast := - imperative_ocaml [ "Write" "Caml" "File" stringarg($file) - "[" ne_identarg_list($idl) "]" "." ] - -> [ (IMPERATIVEEXTRACTION $file (VERNACARGLIST ($LIST $idl))) ] - -| initialize [ "Initialize" identarg($id) "with" comarg($c) "." ] - -> [ (INITIALIZE $id $c) ] -. |
