aboutsummaryrefslogtreecommitdiff
path: root/contrib/correctness/psyntax.mli
diff options
context:
space:
mode:
authorherbelin2008-04-29 13:47:57 +0000
committerherbelin2008-04-29 13:47:57 +0000
commitef1b4175bad4c71b65a6500bac525f2e822f4336 (patch)
treef8b48038f5bf3ead118a0ad7d6c6e9515d91b208 /contrib/correctness/psyntax.mli
parent2ead6184bda0292926dc84834003798a2ae47c19 (diff)
Suppression de la partie ML de la contrib correctness. Les fichiers
n'étaient plus compilés depuis le 14 janvier 2004 (avant la 8.0), Why ayant pris la suite de correctness. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10870 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/correctness/psyntax.mli')
-rw-r--r--contrib/correctness/psyntax.mli25
1 files changed, 0 insertions, 25 deletions
diff --git a/contrib/correctness/psyntax.mli b/contrib/correctness/psyntax.mli
deleted file mode 100644
index ba3ba5449a..0000000000
--- a/contrib/correctness/psyntax.mli
+++ /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$ *)
-
-open Pcoq
-open Ptype
-open Past
-open Topconstr
-
-(* Grammar for the programs and the tactic Correctness *)
-
-module Programs :
- sig
- val program : program Gram.Entry.e
- val type_v : constr_expr ml_type_v Gram.Entry.e
- val type_c : constr_expr ml_type_c Gram.Entry.e
- end