X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=840c2ca5b965bc614966e8038e968e86b1067157;hb=242953c875b501e3cf43c49c5b72cb21712944ae;hp=7126561b798b03c174d108ce85c184832e6a3fb6;hpb=034f3df81ade3ecf6516869343db48aea0461077;p=ghc-base.git 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,