diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-07-07 17:52:49 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-07-07 17:52:49 +0200 |
commit | d651b97b23bb827aaaf109e9bf29da244cd41704 (patch) | |
tree | c624e597a954a40de3c9a2d4d90d24870d54913b /doc | |
parent | 625b08a93ffaa3d75d87861876a337666631f6e0 (diff) | |
parent | 6c4062ca13e6fb9e7d2dc93c70b545ccb22575de (diff) |
Merge PR #7921: Archive the `gallina` tool
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/practical-tools/utilities.rst | 14 |
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). |