aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol-light/README
diff options
context:
space:
mode:
Diffstat (limited to 'hol-light/README')
-rw-r--r--hol-light/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/hol-light/README b/hol-light/README
index 34c32e32..59356fb7 100644
--- a/hol-light/README
+++ b/hol-light/README
@@ -1,18 +1,18 @@
HOL Light in Proof General.
-Written by David Aspinall.
+Written by David Aspinall and Mark Adams.
Status: not officially supported yet
Maintainer: volunteer required
-HOL-Light version:
-HOL homepage: http://hol.sourceforge.net
+HOL-Light version: SVN trunk (a moving target 8-) - tested on 118)
+HOL homepage: https://www.cl.cam.ac.uk/~jrh13/hol-light/
========================================
This is a "technology demonstration" of Proof General for HOL-Light.
-I have written this in the hope that somebody from the HOL-Light
+We have written this in the hope that somebody from the HOL-Light
community will adopt it, maintain and improve it, and thus turn it
into a proper instantiation of Proof General.
@@ -30,10 +30,10 @@ HOL. Perhaps one of these could be embedded/reimplemented inside
Proof General. Implemented in a generic way, managing batch vs
interactive proofs might also be useful for other provers.
-Another problem is that HOL scripts sometimes use SML structures,
-which can cause confusion because Proof General does not really parse
-SML, it just looks for semicolons. This could be improved by taking a
-better parser (e.g. from sml mode).
+Another problem is that HOL scripts sometimes use OCaml modules, which
+will cause confusion because Proof General does not really parse OCaml,
+it just looks for semicolons. This could be improved by taking a
+better parser (perhaps from the OCaml mode for Emacs).
These improvements would be worthwhile contributions to Proof General
and also provide the HOL community with a nice front end.