aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-02-14 10:53:10 +0100
committerGaëtan Gilbert2020-02-17 13:22:15 +0100
commit4165cce72347466fbaa565247ae040a873b46694 (patch)
tree05f22b076d46384a3672c06a98731c7cf1af37b2 /doc
parentd122f7d5ffd5d3b26153a0ad7b74a669b8dd1c9d (diff)
Revert "Add #[uniform] and #[nonuniform] (for Uniform Inductive Parameters)"
This reverts commit bc2c1836ba4c878903288060bcb66a0ef1aaced6.
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/language/gallina-specification-language.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/sphinx/language/gallina-specification-language.rst b/doc/sphinx/language/gallina-specification-language.rst
index 721c7a7a51..09090ce89a 100644
--- a/doc/sphinx/language/gallina-specification-language.rst
+++ b/doc/sphinx/language/gallina-specification-language.rst
@@ -1063,9 +1063,6 @@ Parameterized inductive types
| cons3 : A -> list3 -> list3.
End list3.
- Attributes ``uniform`` and ``nonuniform`` respectively enable and
- disable uniform parameters for a single inductive declaration block.
-
.. seealso::
Section :ref:`inductive-definitions` and the :tacn:`induction` tactic.