diff options
| -rw-r--r-- | contrib/romega/README | 13 | ||||
| -rw-r--r-- | contrib/romega/ROmega.v | 2 |
2 files changed, 1 insertions, 14 deletions
diff --git a/contrib/romega/README b/contrib/romega/README index c82087c7d3..86c9e58afd 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 2a9dc10070..6bfc3f187a 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"]. |
