aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-22 10:25:57 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-29 13:52:02 +0200
commitbbd53a978e1107f2840bad189b440007f4225795 (patch)
tree9c9b4a8d6e4d709ba6817d493b27cb7279648e2b
parentddf2559b0706e32e70e574818549f33434c8a927 (diff)
[Sphinx] Remove duplicate entry for command `Coercion`
-rw-r--r--doc/sphinx/language/gallina-extensions.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst
index 68066faa3..1d6c11b38 100644
--- a/doc/sphinx/language/gallina-extensions.rst
+++ b/doc/sphinx/language/gallina-extensions.rst
@@ -2191,12 +2191,7 @@ an inductive type or any constant with a type of the form
Then the user is able to apply an object that is not a function, but
can be coerced to a function, and more generally to consider that a
term of type ``A`` is of type ``B`` provided that there is a declared coercion
-between ``A`` and ``B``. The main command is
-
-.. cmd:: Coercion @qualid : @class >-> @class.
-
-which declares the construction denoted by qualid as a coercion
-between the two given classes.
+between ``A`` and ``B``.
More details and examples, and a description of the commands related
to coercions are provided in :ref:`implicitcoercions`.