projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6968894
)
[project @ 1997-11-24 20:34:53 by sof]
author
sof
<unknown>
Mon, 24 Nov 1997 20:34:53 +0000
(20:34 +0000)
committer
sof
<unknown>
Mon, 24 Nov 1997 20:34:53 +0000
(20:34 +0000)
Make monadic operators (>>) and (>>=) left-assoc (as per Report.)
ghc/lib/ghc/PrelBase.lhs
patch
|
blob
|
history
diff --git
a/ghc/lib/ghc/PrelBase.lhs
b/ghc/lib/ghc/PrelBase.lhs
index
7e780c9
..
87fd4d0
100644
(file)
--- a/
ghc/lib/ghc/PrelBase.lhs
+++ b/
ghc/lib/ghc/PrelBase.lhs
@@
-24,7
+24,7
@@
infixr 5 ++, :
infix 4 ==, /=, <, <=, >=, >
infixr 3 &&
infixr 2 ||
-infixr 1 >>, >>=
+infixl 1 >>, >>=
infixr 0 $
\end{code}