From: simonmar Date: Tue, 3 Sep 2002 09:40:51 +0000 (+0000) Subject: [project @ 2002-09-03 09:40:51 by simonmar] X-Git-Tag: nhc98-1-18-release~877 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=48c530d5e2744eacf7fa35fb4dd89f7ae98c5c32;p=ghc-base.git [project @ 2002-09-03 09:40:51 by simonmar] (%) should be infixl 7 (thanks to Jon Fairbairn for pointing out the omission) MERGE TO STABLE --- diff --git a/GHC/Real.lhs b/GHC/Real.lhs index e1696cc..a656c5f 100644 --- a/GHC/Real.lhs +++ b/GHC/Real.lhs @@ -26,6 +26,7 @@ import GHC.Show infixr 8 ^, ^^ infixl 7 /, `quot`, `rem`, `div`, `mod` +infixl 7 % default () -- Double isn't available yet, -- and we shouldn't be using defaults anyway