aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-06-18 16:53:54 +0000
committerGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-06-25 16:15:07 +0000
commit6c4062ca13e6fb9e7d2dc93c70b545ccb22575de (patch)
treeca7fff282c7f567488b322a897a379213963b2ff /doc
parent24279abf43cfbd65e2fc29f171eb8705fdf61a3e (diff)
Archive the `gallina` tool
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/practical-tools/utilities.rst14
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/sphinx/practical-tools/utilities.rst b/doc/sphinx/practical-tools/utilities.rst
index 5dba92429..64d4773a2 100644
--- a/doc/sphinx/practical-tools/utilities.rst
+++ b/doc/sphinx/practical-tools/utilities.rst
@@ -1000,21 +1000,9 @@ Proof-General is developed and distributed independently of the system
|Coq|. It is freely available at `<https://proofgeneral.github.io/>`_.
-Module specification
---------------------
-
-Given a |Coq| vernacular file, the gallina filter extracts its
-specification (inductive types declarations, definitions, type of
-lemmas and theorems), removing the proofs parts of the file. The |Coq|
-file ``file.v`` gives birth to the specification file ``file.g`` (where
-the suffix ``.g`` stands for |Gallina|).
-
-See the man page of ``gallina`` for more details and options.
-
-
Man pages
---------
-There are man pages for the commands ``coqdep``, ``gallina`` and ``coq-tex``. Man
+There are man pages for the commands ``coqdep`` and ``coq-tex``. Man
pages are installed at installation time (see installation
instructions in file ``INSTALL``, step 6).