From: sof Date: Mon, 26 May 1997 05:13:47 +0000 (+0000) Subject: [project @ 1997-05-26 05:13:47 by sof] X-Git-Tag: Approximately_1000_patches_recorded~466 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=36c67e39e5d78c537f3afbd3b489d3eece552a8e;p=ghc-hetmet.git [project @ 1997-05-26 05:13:47 by sof] Fixed associativity (left) of cvs diff ghc/PrelBase.lhs --- diff --git a/ghc/lib/ghc/PrelBase.lhs b/ghc/lib/ghc/PrelBase.lhs index 3b67ad9..97ac8c3 100644 --- a/ghc/lib/ghc/PrelBase.lhs +++ b/ghc/lib/ghc/PrelBase.lhs @@ -16,7 +16,8 @@ module PrelBase( import {-# SOURCE #-} IOBase ( error ) import GHC -infixr 9 ., !! +infixr 9 . +infixl 9 !! infixl 7 * infixl 6 +, - infixr 5 ++, :