[Haskell-cafe] about System.Posix.Files.fileAccess

Don Stewart dons at galois.com
Wed Jan 14 16:47:21 EST 2009


manlio_perillo:
> Hi.
> 
> This is of course a personal opinion, but I think the interface of:
> fileAccess :: FilePath -> Bool -> Bool -> Bool -> IO Bool
> http://haskell.org/ghc/docs/latest/html/libraries/unix/System-Posix-Files.html#v:fileAccess
> 
> is not very good.
> 
> Is it possible to design (in theory) a better interface?
> 

It is possible (in theory) to design a better interface. :)

--   Don


More information about the Haskell-Cafe mailing list