Update docs/source/reference/operators.rst

This commit is contained in:
André Videla 2024-01-23 19:32:21 +09:00
parent c6fbd27c6c
commit bcb225568a

View File

@ -47,7 +47,7 @@ brackets are mandatory. Here, we chose for ``+`` to be left-associative, hence `
The number after the fixity indicate the *precedence level* of the operator, that is, if it should The number after the fixity indicate the *precedence level* of the operator, that is, if it should
be bracketed before, or after, other operators used in the same expression. For example, be bracketed before, or after, other operators used in the same expression. For example,
we want ``*`` to *take precedence* over ``+`` , because of this, we define it like this: we want ``*`` to *take precedence* over ``+`` we write:
.. code-block:: idris .. code-block:: idris