[project @ 1997-05-26 05:13:47 by sof]
authorsof <unknown>
Mon, 26 May 1997 05:13:47 +0000 (05:13 +0000)
committersof <unknown>
Mon, 26 May 1997 05:13:47 +0000 (05:13 +0000)
Fixed associativity (left) of cvs diff ghc/PrelBase.lhs

ghc/lib/ghc/PrelBase.lhs

index 3b67ad9..97ac8c3 100644 (file)
@@ -16,7 +16,8 @@ module PrelBase(
 import {-# SOURCE #-}  IOBase  ( error )       
 import GHC
 
-infixr 9  ., !!
+infixr 9  .
+infixl 9  !!
 infixl 7  *
 infixl 6  +, -
 infixr 5  ++, :