X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=840c2ca5b965bc614966e8038e968e86b1067157;hb=26d2805a6e58822d246cf9601fb226b0861e7f65;hp=cae9c25c57d501d7c979b6e496c8ab83952163b9;hpb=c01a362a8cf718ff2ed317846022a3e8fa26c420;p=haskell-directory.git diff --git a/Prelude.hs b/Prelude.hs index cae9c25..840c2ca 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -80,9 +80,6 @@ module Prelude ( Functor(fmap), mapM, mapM_, sequence, sequence_, (=<<), - -- ** String class - IsString(fromString), - -- ** Miscellaneous functions id, const, (.), flip, ($), until, asTypeOf, error, undefined,