darcs-2.8.1: a distributed, interactive, smart revision control system

Safe HaskellSafe-Infered

Darcs.SignalHandler

Documentation

catchInterrupt :: IO a -> IO a -> IO a

catchNonSignal :: IO a -> (SomeException -> IO a) -> IO a