1
0
forked from GitHub/gf-core
This commit is contained in:
aarne
2005-12-22 19:48:17 +00:00
parent 208b2e9d65
commit 8741e77f9e

View File

@@ -14,7 +14,8 @@
module GF.System.NoSignal where
import Control.Exception (Exception)
import Control.Exception (Exception,catch)
import Prelude hiding (catch)
{-# NOINLINE runInterruptibly #-}
runInterruptibly :: IO a -> IO (Either Exception a)