X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=840c2ca5b965bc614966e8038e968e86b1067157;hb=74bc2d04fdbae494bcf4839c4ec5e6ec1d0bf600;hp=7126561b798b03c174d108ce85c184832e6a3fb6;hpb=335499c628c1cf5749aab9dc8158cb3a3b42cdde;p=haskell-directory.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,