signal-0.1.0.3: Multiplatform signal support for Haskell

Safe HaskellSafe
LanguageHaskell2010

System.Signal

Synopsis

Documentation

type Signal = CInt #

sigABRT :: Signal #

SIGABRT - Abnormal termination

sigFPE :: Signal #

SIGFPE - Floating-point error

sigILL :: Signal #

SIGILL - Illegal instruction

sigINT :: Signal #

SIGINT - CTRL+C signal

sigSEGV :: Signal #

SIGSEGV - Illegal storage access

sigTERM :: Signal #

SIGTERM - Termination request

type Handler = Signal -> IO () #