[project @ 1997-08-25 22:40:33 by sof]
authorsof <unknown>
Mon, 25 Aug 1997 22:40:33 +0000 (22:40 +0000)
committersof <unknown>
Mon, 25 Aug 1997 22:40:33 +0000 (22:40 +0000)
Moved Eq HandlePosn instance to IO

ghc/lib/ghc/IOHandle.lhs

index c367403..b320391 100644 (file)
@@ -510,8 +510,6 @@ hFlush handle =
 \begin{code}
 data HandlePosn = HandlePosn Handle Int
 
-instance Eq HandlePosn{-partain-}
-
 data SeekMode    =  AbsoluteSeek | RelativeSeek | SeekFromEnd
                     deriving (Eq, Ord, Ix, Enum, Read, Show)
 \end{code}