be26ec0e7e2eb7372c8e1c475c2e815c2672b3cf
[haskell-directory.git] / tests / doesDirectoryExist001.hs
1 -- !!! "/" was not recognised as a directory in 6.0.x
2 import System.Directory
3 main = doesDirectoryExist "/" >>= print
4