mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
nosignal
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
|
|
||||||
module GF.System.NoSignal where
|
module GF.System.NoSignal where
|
||||||
|
|
||||||
import Control.Exception (Exception)
|
import Control.Exception (Exception,catch)
|
||||||
|
import Prelude hiding (catch)
|
||||||
|
|
||||||
{-# NOINLINE runInterruptibly #-}
|
{-# NOINLINE runInterruptibly #-}
|
||||||
runInterruptibly :: IO a -> IO (Either Exception a)
|
runInterruptibly :: IO a -> IO (Either Exception a)
|
||||||
|
|||||||
Reference in New Issue
Block a user