idris-0.9.17.1: Functional Programming Language with Dependent Types
Util.System
tempfile :: IO (FilePath, Handle) Source
withTempdir :: String -> (FilePath -> IO a) -> IO a Source
rmFile :: FilePath -> IO () Source
catchIO :: IO a -> (IOError -> IO a) -> IO a Source
isWindows :: Bool Source