[project @ 2004-08-19 08:23:01 by simonmar]
[haskell-directory.git] / System / Directory.hs
index 9f8e38e..78dd94c 100644 (file)
@@ -24,6 +24,8 @@ module System.Directory
     , getDirectoryContents      -- :: FilePath -> IO [FilePath]
     , getCurrentDirectory       -- :: IO FilePath
     , setCurrentDirectory       -- :: FilePath -> IO ()
+
+    -- * Pre-defined directories
     , getHomeDirectory
     , getAppUserDataDirectory
     , getUserDocumentsDirectory