aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2015-07-22 17:40:22 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2015-07-22 17:40:22 +0200
commitca63912f21d0e88d3f4d1a37cc75f091b90bb077 (patch)
tree295ffbc5ebc19e098c88da8f7c0441b44871a3f9 /doc
parent74d347365d4f6425d056cc8df49bb8f8e29ad098 (diff)
Refman: document Show Universes.
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-pro.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/refman/RefMan-pro.tex b/doc/refman/RefMan-pro.tex
index 684a4add4..7af87a399 100644
--- a/doc/refman/RefMan-pro.tex
+++ b/doc/refman/RefMan-pro.tex
@@ -453,11 +453,16 @@ In the case of a non-product goal, it prints nothing.
This command is similar to the previous one, it simulates the naming
process of an {\tt Intros}.
-\item{\tt Show Existentials\label{ShowExistentials}}\comindex{Show Existentials}
+\item{\tt Show Existentials.\label{ShowExistentials}}\comindex{Show Existentials}
\\ It displays
the set of all uninstantiated existential variables in the current proof tree,
along with the type and the context of each variable.
+\item{\tt Show Universes.\label{ShowUniverses}}\comindex{Show Universes}
+\\ It displays the set of all universe constraints and its
+normalized form at the current stage of the proof, useful for
+debugging universe inconsistencies.
+
\end{Variants}