From 36c67e39e5d78c537f3afbd3b489d3eece552a8e Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 05:13:47 +0000 Subject: [PATCH] [project @ 1997-05-26 05:13:47 by sof] Fixed associativity (left) of cvs diff ghc/PrelBase.lhs --- ghc/lib/ghc/PrelBase.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ++, : -- 1.7.10.4