unix-2.8.5.1: POSIX functionality
Copyright(c) The University of Glasgow 2002
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerlibraries@haskell.org
Stabilityprovisional
Portabilitynon-portable (requires POSIX)
Safe HaskellSafe
LanguageHaskell2010

System.Posix.Error

Description

POSIX error support

Documentation

throwErrnoPathIf :: (a -> Bool) -> String -> FilePath -> IO a -> IO a #

throwErrnoPathIf_ :: (a -> Bool) -> String -> FilePath -> IO a -> IO () #

throwErrnoPathIfMinus1 :: (Eq a, Num a) => String -> FilePath -> IO a -> IO a #

throwErrnoPathIfMinus1_ :: (Eq a, Num a) => String -> FilePath -> IO a -> IO () #