Add Data.String, containing IsString(fromString); trac proposal #1126
[ghc-base.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}