aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-25 15:13:28 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-25 15:13:28 +0000
commit6b0d53e2b9a3a930c19c4db9b5d1e17bf280108f (patch)
tree1935e2369c7c8405af297b76a4dbe97af4a11d89
parent2e42a7b66e2168cdd53fe1b3090df0d674494999 (diff)
Remove obsolete provers
-rw-r--r--generic/proof-site.el22
1 files changed, 8 insertions, 14 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index 432b9bfe..f15e492e 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -28,26 +28,20 @@
(coq "Coq" "\\.v$\\|\\.v8$\\|\\.v7$")
(phox "PhoX" "\\.phx$")
(lego "LEGO" "\\.l$")
- ;; (ccc "CASL Consistency Checker" "\\.ccc$")
- ;; For the demonstration instance of Proof General,
- ;; uncomment line below and set
- ;; export PROOFGENERAL_ASSISTANTS=demoisa.
- ;; [NB: this is obsolete, only for old Isabelle files]a
- ;; (demoisa "Isabelle Demo" "\\.ML$")
+ ;; Obscure:
+
+ ;; (ccc "CASL Consistency Checker" "\\.ccc$")
+ ;; (pgshell "PG-Shell" "\\.pgsh$")
- ;; The following provers are not fully supported, and have only
- ;; preliminary support written (please help to improve them!)
+ ;; Incomplete/obsolete:
- ;; To use HOL, uncomment the line below. It's disabled
- ;; by default because of clash with SML mode (same for .ML above).
;; (hol98 "HOL" "\\.sml$")
-
;; (acl2 "ACL2" "\\.acl2$")
;; (twelf "Twelf" "\\.elf$")
- (plastic "Plastic" "\\.lf$")
- ;; (lclam "Lambda-CLAM" "\\.lcm$")
- ;; (pgshell "PG-Shell" "\\.pgsh$")
+ ;; (plastic "Plastic" "\\.lf$") ; obsolete
+ ;; (lclam "Lambda-CLAM" "\\.lcm$") ; obsolete
+ ;; (demoisa "Isabelle Demo" "\\.ML$") ; obsolete
)
"Default value for `proof-assistant-table', which see.")