signal-0.1.0.2: Multiplatform signal support for Haskell

Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Signal

Synopsis

Documentation

sigABRT :: Signal Source

SIGABRT - Abnormal termination

sigFPE :: Signal Source

SIGFPE - Floating-point error

type Handler = Signal -> IO () Source