Update docs/source/reference/operators.rst

This commit is contained in:
André Videla 2024-01-23 19:38:12 +09:00
parent e1f4fbba83
commit e7a4914f11

View File

@ -250,8 +250,8 @@ A typical example of this is the dependent linear arrow:
(=@) x f = (1 v : x) -> f v
However, we cannot use as is because the second argument is
a lambda, and writing out any value using this operator will look a bit awkward:
However, when trying to use it in infix position, we have to use a lambda to populate the
second argument:
.. code-block:: idris