aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/refman/Omega.tex
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-15 17:47:27 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-15 17:47:27 +0100
commit484d69c8e59823f0a1fb4f1b99b371c8bdecd880 (patch)
tree46fc70a88ea96691c12e6424e5c05cc00c514574 /doc/refman/Omega.tex
parent5ae35a94dd3ec72d9ac91ba3b34674dd79a78263 (diff)
parent539a62a79f75f9f5190b9bd8edfbb04b880a5f1f (diff)
Merge PR #6219: Document undocumented options
Diffstat (limited to 'doc/refman/Omega.tex')
-rw-r--r--doc/refman/Omega.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/refman/Omega.tex b/doc/refman/Omega.tex
index 8025fbe29..82765da6e 100644
--- a/doc/refman/Omega.tex
+++ b/doc/refman/Omega.tex
@@ -149,6 +149,32 @@ intro; omega.
% Other examples can be found in \verb+$COQLIB/theories/DEMOS/OMEGA+.
+\section{Options}
+
+\begin{quote}
+ \optindex{Stable Omega}
+ {\tt Unset Stable Omega}
+\end{quote}
+This deprecated option (on by default) is for compatibility with Coq
+pre 8.5. It resets internal name counters to make executions of
+{\tt omega} independent.
+
+\begin{quote}
+ \optindex{Omega UseLocalDefs}
+ {\tt Unset Omega UseLocalDefs}
+\end{quote}
+This option (on by default) allows {\tt omega} to use the bodies of
+local variables.
+
+\begin{quote}
+ \optindex{Omega System}
+ {\tt Set Omega System}
+ \optindex{Omega Action}
+ {\tt Set Omega Action}
+\end{quote}
+These two options (off by default) activate the printing of debug
+information.
+
\asection{Technical data}
\label{technical}