aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fileexist01.hs
blob: 7bddda9af0b1cef3b8cb392f76bc944f7e6b4183 (plain)
1
2
3
4
5
-- test System.Posix.fileExist
import System.Posix
main = do
  fileExist "fileexist01.hs" >>= print
  fileExist "does not exist" >>= print