Applicative and Monad instances for Tree
[haskell-directory.git] / Prelude.hs
index 840c2ca..cae9c25 100644 (file)
@@ -80,6 +80,9 @@ module Prelude (
     Functor(fmap),
     mapM, mapM_, sequence, sequence_, (=<<),
 
+    -- ** String class
+    IsString(fromString),
+
     -- ** Miscellaneous functions
     id, const, (.), flip, ($), until,
     asTypeOf, error, undefined,