idris-0.9.17.1: Functional Programming Language with Dependent Types

Safe HaskellNone
LanguageHaskell98

Util.System

Documentation

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