aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorThomas Kleymann1998-11-10 15:25:38 +0000
committerThomas Kleymann1998-11-10 15:25:38 +0000
commitffdefe0319d76aa039ab91f193ed2e244f6bc509 (patch)
tree45d5e81a4a1f161e86549dca87dadb67f12a6a2b /BUGS
parent994ff6df6de423a1eab8ef724b8a0fd9df3b07a3 (diff)
documented problem with Discharge in LEGO
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 8bfb6856..be0f5e1b 100644
--- a/BUGS
+++ b/BUGS
@@ -59,6 +59,12 @@ FSF Emacs specific bugs
LEGO Proof General Bugs
=======================
+* After a `Discharge', retraction ought to only be possible back to the
+first declaration/definition which is discharged. However, LEGO Proof
+General does not know that Discharge has such a non-local effect.
+Workaround: retract back to the first declaration/definition which is
+discharged.
+
* A thorny issues are local definitions in a proof state. LEGO cannot
undo them explicitly. Workaround: retract back to a command before a
definition.