aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2018-06-25 15:11:50 +0200
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2018-06-25 15:11:50 +0200
commit24279abf43cfbd65e2fc29f171eb8705fdf61a3e (patch)
treea618b3de5e73f469c0ef8ff4351baf0ab19bb8a2 /doc
parent915452f9a73d25e45131edb08531c29a79ab7020 (diff)
parentc15880e6fe79f1d746f47deb22549518f1333c8a (diff)
Merge PR #7559: Existing Class noop when already a class + warning.
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