aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-05-20 21:21:43 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-06-08 23:13:09 +0200
commitc15880e6fe79f1d746f47deb22549518f1333c8a (patch)
treebf10110145c0f7c82e82b90d7d25dc5dc23db919 /doc
parentdb8f02d2c5ff6ba2ecc8fcc5919c512d07c1a557 (diff)
Existing Class noop when already a class + warning.
Fix #5012.
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/addendum/type-classes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sphinx/addendum/type-classes.rst b/doc/sphinx/addendum/type-classes.rst
index 6c7258f9c..68b5b9d6f 100644
--- a/doc/sphinx/addendum/type-classes.rst
+++ b/doc/sphinx/addendum/type-classes.rst
@@ -296,6 +296,10 @@ Variants:
This variant declares a class a posteriori from a constant or
inductive definition. No methods or instances are defined.
+ .. warn:: @ident is already declared as a typeclass
+
+ This command has no effect when used on a typeclass.
+
.. cmd:: Instance @ident {? @binders} : Class t1 … tn [| priority] := { field1 := b1 ; …; fieldi := bi }
The :cmd:`Instance` command is used to declare a type class instance named