Skip to content
Snippets Groups Projects
Commit 9aef6bea authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-04-03 10:10:22 by panne]

Declare `plusAddr` as infixl 5, allowing sensible expressions like
addr `plusAddr` 47 * 11     or      addr `plusAddr` 08 + 15
parent e4b0fab5
No related merge requests found
......@@ -23,6 +23,8 @@ module PrelAddr (
import PrelGHC
import PrelBase
infixl 5 `plusAddr`
\end{code}
\begin{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment