mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
Update docs/source/reference/operators.rst
This commit is contained in:
parent
ef0ca76b4c
commit
b22c7f8289
@ -99,7 +99,7 @@ example:
|
||||
test = 1 - 3 - 10
|
||||
|
||||
This program will raise a warning on the last line of module ``C`` because
|
||||
there are two conflicting fixities in scope, should we parse the expression
|
||||
there are two conflicting fixities in scope. Should we parse the expression
|
||||
as ``(1 - 3) - 10`` or as ``1 - (3 - 10)``? In those cases, you can hide
|
||||
the extra fixity you do not wish to use by using ``%hide``:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user