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.

  1. class Eq a => AEq a

    ieee754 Data.AEq

    Types with approximate and exact equality comparisons.

  2. ConnectionRequestAccepted :: ConnectionRequestResponse

    network-transport-tcp Network.Transport.TCP

    B accepts the connection

  3. ConnectionRequestCrossed :: ConnectionRequestResponse

    network-transport-tcp Network.Transport.TCP

    As request crossed with a request from B (see protocols)

  4. ConnectionRequestHostMismatch :: ConnectionRequestResponse

    network-transport-tcp Network.Transport.TCP

    A gave an incorrect host (did not match the host that B observed).

  5. ConnectionRequestInvalid :: ConnectionRequestResponse

    network-transport-tcp Network.Transport.TCP

    A requested an invalid endpoint

  6. data ConnectionRequestResponse

    network-transport-tcp Network.Transport.TCP

    Response sent by B to A when A tries to connect

  7. ConnectionRequestUnsupportedVersion :: ConnectionRequestResponse

    network-transport-tcp Network.Transport.TCP

    B does not support the protocol version requested by A.

  8. qdiscDequeue :: QDisc t -> IO t

    network-transport-tcp Network.Transport.TCP

    Dequeue an event.

  9. 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.

  10. ConnectionRequestAccepted :: ConnectionRequestResponse

    network-transport-tcp Network.Transport.TCP.Internal

    B accepts the connection

Page 312 of many | Previous | Next