• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. pageHead :: PageContent url -> !HtmlUrl url

    yesod-core Yesod.Core.Types

    No documentation available.

  2. class ToWidgetHead site a

    yesod-core Yesod.Core.Widget

    No documentation available.

  3. pageHead :: PageContent url -> !HtmlUrl url

    yesod-core Yesod.Core.Widget

    No documentation available.

  4. toWidgetHead :: (ToWidgetHead site a, MonadWidget m, HandlerSite m ~ site) => a -> m ()

    yesod-core Yesod.Core.Widget

    No documentation available.

  5. mapHead :: forall a (f :: Type -> Type) . (a -> a) -> T f a -> T f a

    non-empty Data.NonEmpty

    No documentation available.

  6. data RequestHead

    websockets Network.WebSockets

    An HTTP request. The request body is not yet read.

  7. RequestHead :: ByteString -> Headers -> Bool -> RequestHead

    websockets Network.WebSockets

    No documentation available.

  8. data ResponseHead

    websockets Network.WebSockets

    HTTP response, without body.

  9. ResponseHead :: Int -> ByteString -> Headers -> ResponseHead

    websockets Network.WebSockets

    No documentation available.

  10. acceptHeaders :: AcceptRequest -> !Headers

    websockets Network.WebSockets

    Extra headers to send with the response.

Page 167 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete