We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eed07eb + c8848b6 commit 4a852c0Copy full SHA for 4a852c0
etc/tutorial_style.rst
@@ -40,6 +40,9 @@
40
.. role:: libtype(elpi-type)
41
:src: LPCIC coq-elpi master elpi/coq-lib.elpi
42
43
+.. role:: libtype-common(elpi-type)
44
+ :src: LPCIC coq-elpi master elpi/coq-lib-common.elpi
45
+
46
.. role:: stdtype(elpi-type)
47
:src: LPCIC coq-elpi master elpi-builtin.elpi
48
examples/tutorial_coq_elpi_command.v
@@ -617,7 +617,7 @@ the string :e:`"33"`.
617
618
Attributes are usually validated (parsed) and turned into regular options
619
using :lib-common:`coq.parse-attributes` and a description of their types using
620
-the :libtype:`attribute-type` data type:
+the :libtype-common:`attribute-type` data type:
621
622
|*)
623
0 commit comments