aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-04-24 11:59:51 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-05-05 11:54:04 +0200
commit10bc91ad4d3bc63618e6d5756d4dec2117059c45 (patch)
treec32261b008a8a30ab985cad9e6c2f8127c55cf72
parent87ddd2577357028ef15d6458995baedeb3a6c0a9 (diff)
Remove duplicate Extraction commands documentation.
-rw-r--r--doc/sphinx/proof-engine/vernacular-commands.rst23
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/sphinx/proof-engine/vernacular-commands.rst b/doc/sphinx/proof-engine/vernacular-commands.rst
index d8bf9582d..ca80da60a 100644
--- a/doc/sphinx/proof-engine/vernacular-commands.rst
+++ b/doc/sphinx/proof-engine/vernacular-commands.rst
@@ -279,28 +279,7 @@ bytecode-based virtual machine. It is a shortcut for ``Eval vm_compute in``
See also: Section :ref:`performingcomputations`.
-.. cmd::Extraction @term.
-
-This command displays the extracted term from :n:`@term`. The extraction is
-processed according to the distinction between :g:`Set` and :g:`Prop`; that is
-to say, between logical and computational content (see Section :ref:`sorts`).
-The extracted term is displayed in OCaml syntax, where global identifiers are
-still displayed as in |Coq| terms.
-
-
-Variants:
-
-
-.. cmdv:: Recursive Extraction {+ @qualid }.
-
-Recursively extracts all
-the material needed for the extraction of the qualified identifiers.
-
-
-See also: Chapter :ref:`extraction`.
-
-
-.. cmd:: Print Assumptions @qualid.
+.. cmd:: Print Assumptions @qualid
This commands display all the assumptions (axioms, parameters and
variables) a theorem or definition depends on. Especially, it informs