aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUGS
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-09 16:46:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-09 16:46:56 +0000
commit8c5d947b2f51cbfd4c0c8601221842258448a861 (patch)
tree4e3675c4e05ba54250aa978e768f37784c5506fb /BUGS
parent0bb8706957380f74f78a8dedae841897694d0142 (diff)
Added section on Isabelle specific bugs.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 2bc22046..c617f4e2 100644
--- a/BUGS
+++ b/BUGS
@@ -80,3 +80,14 @@ mechanism.
*user defined tactics cannot be retracted. Workaround: you may need to
retract to the beginning of the proof.
+Isabelle Proof General Bugs
+===========================
+
+* General difficulty with complex proof scripts. Since Isabelle uses
+ML as a top-level language for writing proof-scripts, Proof General
+may have difficulty understanding scripts which stray too far away
+from the standard functions, tactics, and tacticals. You will
+usually notice when a function, or whatever, doesn't get highlighted
+as you might expect. This probably has no detrimental impact on the
+interface unless you use your own "goal" or "qed" forms.
+