aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/proof-engine/ltac2.rst
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2021-04-08 15:39:56 +0200
committerPierre-Marie Pédrot2021-04-17 00:10:03 +0200
commitf6e393dae62afbb659eab64a530c0cf39403c495 (patch)
tree76de3d0c81b963d88f2d11b4145b8be721f61fda /doc/sphinx/proof-engine/ltac2.rst
parentf337187f0ac4c2062031225234fd23b436b979b5 (diff)
Properly pass the Ltac2 notation level to the gramlib API.
For some reason I was confusing the position and the level in the previous version of the code. Fixes #11866: Ltac2 Notations do not respect precedence.
Diffstat (limited to 'doc/sphinx/proof-engine/ltac2.rst')
-rw-r--r--doc/sphinx/proof-engine/ltac2.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sphinx/proof-engine/ltac2.rst b/doc/sphinx/proof-engine/ltac2.rst
index 25ac72069b..52cf565998 100644
--- a/doc/sphinx/proof-engine/ltac2.rst
+++ b/doc/sphinx/proof-engine/ltac2.rst
@@ -1251,6 +1251,10 @@ Notations
This command supports the :attr:`deprecated` attribute.
+ .. exn:: Notation levels must range between 0 and 6.
+
+ The level of a notation must be an integer between 0 and 6 inclusive.
+
Abbreviations
~~~~~~~~~~~~~