signal-0.1.0.1: Multiplatform signal support for Haskell

Safe HaskellNone
LanguageHaskell2010

System.Signal

Synopsis

Documentation

sigABRT :: Signal Source

SIGABRT - Abnormal termination

sigFPE :: Signal Source

SIGFPE - Floating-point error

type Handler = Signal -> IO () Source