Better hash functions for Data.HashTable, from Jan-Willem Maessen
[ghc-base.git] / Prelude.hs
index cae9c25..840c2ca 100644 (file)
@@ -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,