From 10bc91ad4d3bc63618e6d5756d4dec2117059c45 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 24 Apr 2018 11:59:51 +0200 Subject: Remove duplicate Extraction commands documentation. --- doc/sphinx/proof-engine/vernacular-commands.rst | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3