aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-08-28 12:51:39 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-08-28 12:51:39 +0000
commit102022e765e52df1474351490446958c9c864328 (patch)
tree3f379ba04221502e9690c3eada28200f3ce621fe /generic
parent4be90b5c0859a9e1f6b60343ad00610525e886ff (diff)
Added twelf and experimental support note.
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-site.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index 31561d4e..ae955ed7 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -39,15 +39,21 @@
(defcustom proof-assistant-table
'(;; For demonstration instance of Proof General,
;; export PROOFGENERAL_ASSISTANTS=demoisa.
+ ;;
;; To use Isabelle/Isar instead of classic Isabelle,
;; export PROOFGENERAL_ASSISTANTS=isar
+ ;;
(demoisa "Isabelle Demo" "\\.ML$")
(isar "Isabelle/Isar" "\\.thy$")
(isa "Isabelle" "\\.ML$\\|\\.thy$")
(lego "LEGO" "\\.l$")
(coq "Coq" "\\.v$")
+ ;; The following provers are not fully supported
+ ;; (please volunteer!)
+ (hol98 "HOL" "\\.sml$")
+ ;; The following provers have experimental support
(plastic "Plastic" "\\.lf$")
- (hol98 "HOL" "\\.sml$"))
+ (twelf "Twelf" "\\.elf$"))
"*Proof General's table of supported proof assistants.
Extend this table to add a new proof assistant.
Each entry is a list of the form