| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Socket
Documentation
data SocketUnrecoverableException Source #
Constructors
| SocketUnrecoverableException | |
Instances
| Eq SocketUnrecoverableException Source # | |
Defined in Socket Methods (==) :: SocketUnrecoverableException -> SocketUnrecoverableException -> Bool # (/=) :: SocketUnrecoverableException -> SocketUnrecoverableException -> Bool # | |
| Show SocketUnrecoverableException Source # | |
Defined in Socket Methods showsPrec :: Int -> SocketUnrecoverableException -> ShowS # show :: SocketUnrecoverableException -> String # showList :: [SocketUnrecoverableException] -> ShowS # | |
| Exception SocketUnrecoverableException Source # | |
Defined in Socket | |
data Connectedness Source #
Constructors
| Connected | |
| Unconnected |
data Interruptibility Source #
Constructors
| Interruptible | |
| Uninterruptible |
data Forkedness Source #
cgetsockopt :: String Source #