Skip to content
Snippets Groups Projects
Commit f6fa79f0 authored by sof's avatar sof
Browse files

[project @ 1997-11-24 20:34:53 by sof]

Make monadic operators (>>) and (>>=) left-assoc (as per Report.)
parent 6968894e
No related merge requests found
......@@ -24,7 +24,7 @@ infixr 5 ++, :
infix 4 ==, /=, <, <=, >=, >
infixr 3 &&
infixr 2 ||
infixr 1 >>, >>=
infixl 1 >>, >>=
infixr 0 $
\end{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