aboutsummaryrefslogtreecommitdiff
path: root/doc/refman/Program.tex
diff options
context:
space:
mode:
authorMaxime Dénès2015-02-17 21:38:13 +0100
committerMaxime Dénès2015-02-17 21:38:13 +0100
commit30076f81448721c49b86846de638cbc936c085fb (patch)
treecaf0b8313f44fdadb5ccbd1b058a8d485fa9d9d5 /doc/refman/Program.tex
parent9d141fe86f68f2de7058d317874edc4c0885ebc6 (diff)
Separate index for vernacular options.
Diffstat (limited to 'doc/refman/Program.tex')
-rw-r--r--doc/refman/Program.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refman/Program.tex b/doc/refman/Program.tex
index 193c9d16a3..e802398b55 100644
--- a/doc/refman/Program.tex
+++ b/doc/refman/Program.tex
@@ -253,14 +253,14 @@ tactic is replaced by the default one if not specified.
\item {\tt Preterm [of \ident]}\comindex{Preterm}
Shows the term that will be fed to
the kernel once the obligations are solved. Useful for debugging.
-\item {\tt Set Transparent Obligations}\comindex{Set Transparent Obligations}
+\item {\tt Set Transparent Obligations}\optindex{Transparent Obligations}
Control whether all obligations should be declared as transparent (the
default), or if the system should infer which obligations can be declared opaque.
-\item {\tt Set Hide Obligations}\comindex{Set Hide Obligations}
+\item {\tt Set Hide Obligations}\optindex{Hide Obligations}
Control whether obligations appearing in the term should be hidden
as implicit arguments of the special constant
\texttt{Program.Tactics.obligation}.
-\item {\tt Set Shrink Obligations}\comindex{Set Shrink Obligations}
+\item {\tt Set Shrink Obligations}\optindex{Shrink Obligations}
Control whether obligations defined by tactics should have their
context minimized to the set of variables used in the proof of the
obligation, to avoid unnecessary dependencies.