Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ieee754 Data.AEq Types with approximate and exact equality comparisons.
ConnectionRequestAccepted :: ConnectionRequestResponsenetwork-transport-tcp Network.Transport.TCP B accepts the connection
ConnectionRequestCrossed :: ConnectionRequestResponsenetwork-transport-tcp Network.Transport.TCP As request crossed with a request from B (see protocols)
ConnectionRequestHostMismatch :: ConnectionRequestResponsenetwork-transport-tcp Network.Transport.TCP A gave an incorrect host (did not match the host that B observed).
ConnectionRequestInvalid :: ConnectionRequestResponsenetwork-transport-tcp Network.Transport.TCP A requested an invalid endpoint
data
ConnectionRequestResponse network-transport-tcp Network.Transport.TCP Response sent by B to A when A tries to connect
ConnectionRequestUnsupportedVersion :: ConnectionRequestResponsenetwork-transport-tcp Network.Transport.TCP B does not support the protocol version requested by A.
qdiscDequeue :: QDisc t -> IO tnetwork-transport-tcp Network.Transport.TCP Dequeue an event.
simpleOnePlaceQDisc :: IO (QDisc t)network-transport-tcp Network.Transport.TCP A very simple QDisc backed by a 1-place queue (MVar). With this QDisc, all threads reading from sockets will try to put their events into the same MVar. That MVar will be cleared by calls to receive. Thus the rate at which data is read from the wire is directly related to the rate at which data is pulled from the EndPoint by receive.
ConnectionRequestAccepted :: ConnectionRequestResponsenetwork-transport-tcp Network.Transport.TCP.Internal B accepts the connection