[project @ 2000-12-12 17:21:40 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read027.hs
index c793ca7..a689345 100644 (file)
@@ -5,8 +5,8 @@ infix 9 :=
 
 data Equal = Char := Int
 
--- fails in GHC 4.04, due to not doing fixity resolution on the lhs
--- before deciding which is the function symbol.
+-- fails in GHC (all versions), due to not doing fixity resolution on
+-- the lhs before deciding which is the function symbol.
 
 (|-) :: Int -> Equal -> Bool
 0 |- x:=y = 1 |- x:=y      -- XXX fails here