idris-0.9.16: Functional Programming Language with Dependent Types

Safe HaskellNone
LanguageHaskell98

Util.System

Documentation

catchIO :: IO a -> (IOError -> IO a) -> IO a Source