From 102022e765e52df1474351490446958c9c864328 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 28 Aug 2000 12:51:39 +0000 Subject: Added twelf and experimental support note. --- generic/proof-site.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3