From: sof Date: Mon, 24 Nov 1997 20:34:53 +0000 (+0000) Subject: [project @ 1997-11-24 20:34:53 by sof] X-Git-Tag: Approx_2487_patches~1267 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f6fa79f02e58929fcb52d68e111274718d306e53;p=ghc-hetmet.git [project @ 1997-11-24 20:34:53 by sof] Make monadic operators (>>) and (>>=) left-assoc (as per Report.) --- diff --git a/ghc/lib/ghc/PrelBase.lhs b/ghc/lib/ghc/PrelBase.lhs index 7e780c9..87fd4d0 100644 --- 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}