aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-19 12:10:01 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-19 12:10:01 +0000
commitd61b606668d7507e42d78b8de8a009fc257f4050 (patch)
tree6f2fef6fdd484cf337e22e4f4f56feef55b06c06 /contrib
parentd35d4a8c279cc39d54037ceb97510b56d12e6a1a (diff)
MAJ V7.1
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1993 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
-rw-r--r--contrib/romega/README13
-rw-r--r--contrib/romega/ROmega.v2
2 files changed, 1 insertions, 14 deletions
diff --git a/contrib/romega/README b/contrib/romega/README
index c82087c7d..86c9e58af 100644
--- a/contrib/romega/README
+++ b/contrib/romega/README
@@ -1,19 +1,6 @@
This work was done for the RNRT Project Calife.
As such it is distributed under the LGPL licence.
-Change the COQTOP variable in the Makefile and type make.
-The caml compiler should be in your path.
-
-WARNING : there is a bug in the 7.0 production release that prevents
-the compilation of the core ReflOmegaCore.v module. This development
-will only work with the beta release and (hopefully) subsequent version
-of Coq.
-
-A patch (patch-v7) contributed by D. Delahaye is included to correct the bug in
-regular 7.0 versions. It must be applied in the 'parsing' directory.
-Using it with a 7.0beta requires a few changes in const_omega.ml due to
-some changes in the paths of modules.
-
Report bugs to :
pierre.cregut@francetelecom.com
diff --git a/contrib/romega/ROmega.v b/contrib/romega/ROmega.v
index 2a9dc1007..6bfc3f187 100644
--- a/contrib/romega/ROmega.v
+++ b/contrib/romega/ROmega.v
@@ -13,5 +13,5 @@ Grammar tactic simple_tactic : ast :=
romega [ "ROmega" ] -> [(ReflOmega)].
Syntax tactic level 0:
- romega [ << (ReflOmega) >> ] -> ["ROmega"].
+ romega [ (ReflOmega) ] -> ["ROmega"].