add System.Posix.Types to default nhc98 build
[haskell-directory.git] / GHC / Base.lhs
index 5522e23..c590366 100644 (file)
@@ -496,15 +496,6 @@ otherwise          :: Bool
 otherwise              =  True
 \end{code}
 
-\begin{code}
-class IsString a where
-    fromString :: String -> a
-
-instance IsString [Char] where
-    fromString xs = xs
-\end{code}
-
-
 %*********************************************************
 %*                                                     *
 \subsection{The @()@ type}