Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. forceTimeHead :: C time => T time body -> T time body

    event-list Data.EventList.Relative.TimeTime

    No documentation available.

  2. data ControlHeader

    network-transport-tcp Network.Transport.TCP

    Control headers

  3. data ControlHeader

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

    Control headers

  4. decodeControlHeader :: Word32 -> Maybe ControlHeader

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

    No documentation available.

  5. encodeControlHeader :: ControlHeader -> Word32

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

    No documentation available.

  6. acceptHeader :: HttpResponse response => Proxy response -> Maybe ByteString

    req Network.HTTP.Req

    The value of "Accept" header. This is useful, for example, if a website supports both XML and JSON responses, and decides what to reply with based on what Accept headers you have sent. Note: manually specified Options that set the "Accept" header will take precedence.

  7. attachHeader :: ByteString -> ByteString -> Request -> Request

    req Network.HTTP.Req

    Attach a header with given name and content to a Request.

  8. responseHeader :: HttpResponse response => response -> ByteString -> Maybe ByteString

    req Network.HTTP.Req

    Lookup a particular header from a response.

  9. sHead :: forall a (t :: NonEmpty a) . Sing t -> Sing (Apply (HeadSym0 :: TyFun (NonEmpty a) a -> Type) t)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  10. sHead :: forall a (t :: [a]) . Sing t -> Sing (Apply (HeadSym0 :: TyFun [a] a -> Type) t)

    singletons-base Data.List.Singletons

    No documentation available.

Page 185 of many | Previous | Next