aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-03-27 13:28:17 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-04-25 15:13:25 -0400
commit84845f766d9b9d532f615352fbc8a0e78e1727e9 (patch)
tree35a21a7d949bab530170a391303def5f9c2c2245 /doc
parent5f3d20dc53ffd0537a84c93acd761c3c69081342 (diff)
Mark transparent_abstract as risky in docs
As per Enrico's request.
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-ltac.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/refman/RefMan-ltac.tex b/doc/refman/RefMan-ltac.tex
index 46274e12f..c2f52e23b 100644
--- a/doc/refman/RefMan-ltac.tex
+++ b/doc/refman/RefMan-ltac.tex
@@ -1121,10 +1121,17 @@ variables that appear in the term constructed by \texttt{\tacexpr}.
\begin{Variants}
\item \texttt{abstract {\tacexpr} using {\ident}}.\\
Give explicitly the name of the auxiliary lemma.
+ Use this feature at your own risk; explicitly named and reused subterms
+ don't play well with asynchronous proofs.
\item \texttt{transparent\_abstract {\tacexpr}}.\\
Save the subproof in a transparent lemma rather than an opaque one.
+ Use this feature at your own risk; building computationally relevant terms
+ with tactics is fragile.
\item \texttt{transparent\_abstract {\tacexpr} using {\ident}}.\\
Give explicitly the name of the auxiliary transparent lemma.
+ Use this feature at your own risk; building computationally relevant terms
+ with tactics is fragile, and explicitly named and reused subterms
+ don't play well with asynchronous proofs.
\end{Variants}
\ErrMsg \errindex{Proof is not complete}