hpath/unix/tests/fileexist01.hs

6 lines
139 B
Haskell
Raw Normal View History

2020-04-14 09:27:28 +00:00
-- test System.Posix.fileExist
import System.Posix
main = do
fileExist "fileexist01.hs" >>= print
fileExist "does not exist" >>= print