GF.System.Catch

Plain source file: src/compiler/GF/System/Catch.hs (2015-03-03)

GF.System.Catch is imported by: ...
-- | Isolate backwards incompatible library changes to 'catch' and 'try'
{-# LANGUAGE CPP #-}
module GF.System.Catch where
import qualified System.IO.Error as S



























































































































































































































































-- ** Backwards compatible try and catch
catch = S.catchIOError
try = S.tryIOError

Index

(HTML for this module was generated on 2015-03-03. About the conversion tool.)