From 242953c875b501e3cf43c49c5b72cb21712944ae Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 30 Jan 2007 12:41:36 +0000 Subject: [PATCH 1/1] Remove IsString(fromString) from the Prelude --- Prelude.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Prelude.hs b/Prelude.hs index 7126561..840c2ca 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -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, -- 1.7.10.4