Bugfix in runtime and documentation

This commit is contained in:
Dmitry Boulytchev 2020-03-21 13:05:14 +03:00
parent c084e57b27
commit e4b34a3ec1
5 changed files with 18 additions and 13 deletions

View file

@ -104,10 +104,10 @@ The following symbols are treated as delimiters:
\begin{lstlisting}
. , ( ) { }
; # ->
; # -> |
\end{lstlisting}
Despite custom infix operators can coincide with delimiters "\lstinline|#|" and "\lstinline|->|" they can
never clash as neither of these delimiters can be encountered in expressions in infix operator position.
Note, custom infix operators can coincide with delimiters "\lstinline|#|", "\lstinline!|!", and "\lstinline|->|", which can
sometimes be misleading.