From 48c530d5e2744eacf7fa35fb4dd89f7ae98c5c32 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 3 Sep 2002 09:40:51 +0000 Subject: [PATCH] [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 --- GHC/Real.lhs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4