From 40b63c61d2bc22a3cbaac6cfcf3793e7b0297ef2 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 11 Mar 2009 13:36:35 +0000 Subject: 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 --- contrib/correctness/ProgramsExtraction.v | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 contrib/correctness/ProgramsExtraction.v (limited to 'contrib/correctness/ProgramsExtraction.v') diff --git a/contrib/correctness/ProgramsExtraction.v b/contrib/correctness/ProgramsExtraction.v deleted file mode 100644 index ef79607477..0000000000 --- a/contrib/correctness/ProgramsExtraction.v +++ /dev/null @@ -1,28 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* 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) ] -. -- cgit v1.2.3