Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. headM :: (Unbox a, Monad m) => Vector a -> m a

    rio RIO.Vector.Unboxed.Partial

    No documentation available.

  2. headRequest :: String -> Request_String

    HTTP Network.HTTP

    A convenience constructor for a HEAD Request. If the URL isn't syntactically valid, the function raises an error.

  3. headerToChallenge :: URI -> Header -> Maybe Challenge

    HTTP Network.HTTP.Auth

    headerToChallenge base www_auth tries to convert the WWW-Authenticate header www_auth into a Challenge value.

  4. headerMap :: [(String, HeaderName)]

    HTTP Network.HTTP.Headers

    headerMap is a straight assoc list for translating between header names and values.

  5. headDef :: a -> [a] -> a

    errors Control.Error

    No documentation available.

  6. headMay :: [a] -> Maybe a

    errors Control.Error

    No documentation available.

  7. headErr :: e -> [a] -> Either e a

    errors Control.Error.Safe

    A head that fails in the Either monad

  8. headZ :: MonadPlus m => [a] -> m a

    errors Control.Error.Safe

    A head that fails using mzero

  9. head_ :: Term arg result => arg -> result

    lucid Lucid.Html5

    head element

  10. header_ :: Term arg result => arg -> result

    lucid Lucid.Html5

    header element

Page 29 of many | Previous | Next