Remove IsString(fromString) from the Prelude
authorIan Lynagh <igloo@earth.li>
Tue, 30 Jan 2007 12:41:36 +0000 (12:41 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 30 Jan 2007 12:41:36 +0000 (12:41 +0000)
Prelude.hs

index 7126561..840c2ca 100644 (file)
@@ -80,11 +80,6 @@ module Prelude (
     Functor(fmap),
     mapM, mapM_, sequence, sequence_, (=<<),
 
-#ifdef __GLASGOW_HASKELL__
-    -- ** String class
-    IsString(fromString),
-#endif
-
     -- ** Miscellaneous functions
     id, const, (.), flip, ($), until,
     asTypeOf, error, undefined,