aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-09-10 18:06:33 +0200
committerGaëtan Gilbert2018-11-16 15:10:21 +0100
commit6133c0633f4a3545de4017325d0f213fbbb5c07d (patch)
tree32f7f75391eca0cbda161c0ca300a0e2942fda42 /doc
parent14c4a4281abf4d71ea33f12d8e8701ee8984e0fe (diff)
Print Universes Subgraph
This adds an optional [Subgraph] part to the Print Universes command, eg [Print Universes Subgraph(i j)] to print only constraints related to i and j (and Prop/Set).
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/language/gallina-extensions.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst
index 9dae7fd102..53ee14f708 100644
--- a/doc/sphinx/language/gallina-extensions.rst
+++ b/doc/sphinx/language/gallina-extensions.rst
@@ -2155,6 +2155,12 @@ If `string` ends in ``.dot`` or ``.gv``, the constraints are printed in the DOT
language, and can be processed by Graphviz tools. The format is
unspecified if `string` doesn’t end in ``.dot`` or ``.gv``.
+.. cmdv:: Print Universes Subgraph(@names)
+
+Prints the graph restricted to the requested names (adjusting
+constraints to preserve the implied transitive constraints between
+kept universes).
+
.. _existential-variables:
Existential variables