aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorErik Martin-Dorel2021-04-21 00:23:00 +0200
committerErik Martin-Dorel2021-04-21 00:29:10 +0200
commit82311da10ee3dfa6f29ddfb9225f9f05c29dca31 (patch)
treefc3e32684f7bb67201b7696d6ff26f4e59b916db /CHANGES
parent560c6a27d0f082c596284d133fc8af4bc89a6f15 (diff)
Document the "Proof using" requirement for 'proof-omit-proofs-option
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e1f63e82..59566881 100644
--- a/CHANGES
+++ b/CHANGES
@@ -156,7 +156,11 @@ and the PG Trac http://proofgeneral.inf.ed.ac.uk/trac
letting errors in these proofs go unnoticed. Configure
`proof-omit-proofs-option' or select "Proof-General -> Quick
Options -> Processing -> Omit Proofs". See also section
- "11.5 Omitting proofs for speed" in the manual
+ "11.5 Omitting proofs for speed" in the manual.
+
+ Beware that if lemmas are proved in a section, these lemmas should
+ start with a "Proof using" annotation, otherwise Coq would compute
+ a wrong type for them when this omitting-proofs feature is enabled.
*** bug fixes
- avoid leaving partial files behind when compilation fails