[ doc, tiny ] Correct wrong directive for unbound implicits turning off

This commit is contained in:
Denis Buzdalov 2023-06-22 17:21:08 +03:00 committed by G. Allais
parent f3eff838b2
commit 46a2dc1c1f

View File

@ -269,7 +269,7 @@ directive:
.. code-block:: idris
%auto_implicits off
%unbound_implicits off
In this case, you can bind ``n`` and ``m`` as implicits, but not ``ty``,
as follows: