diff options
author | Ian Lynagh <igloo@earth.li> | 2007-01-30 12:41:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-01-30 12:41:36 +0000 |
commit | fe68f08c6d3c2299f8dbbc3295dd94688f4571b7 (patch) | |
tree | 30a560447424bf306884c345b83a107a7f1b1054 /libraries/base/Prelude.hs | |
parent | 628e887e16c0bba0d56e9a6e0f20697903b85faf (diff) | |
download | haskell-fe68f08c6d3c2299f8dbbc3295dd94688f4571b7.tar.gz |
Remove IsString(fromString) from the Prelude
Diffstat (limited to 'libraries/base/Prelude.hs')
-rw-r--r-- | libraries/base/Prelude.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libraries/base/Prelude.hs b/libraries/base/Prelude.hs index 7126561b79..840c2ca5b9 100644 --- a/libraries/base/Prelude.hs +++ b/libraries/base/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, |