Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. deciding1 :: (Deciding1 q t, Decidable f) => p q -> (forall b . q b => f b) -> f a -> f (t a)

    contravariant Data.Functor.Contravariant.Generic

    No documentation available.

  2. class FromHttpApiData a

    servant Servant.API

    Parse value from HTTP API data. WARNING: Do not derive this using DeriveAnyClass as the generated instance will loop indefinitely.

  3. class ToHttpApiData a

    servant Servant.API

    Convert value to HTTP API data. WARNING: Do not derive this using DeriveAnyClass as the generated instance will loop indefinitely.

  4. InvalidChunkHeaders :: HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    A chunked response body had invalid headers.

  5. InvalidDestinationHost :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    The host we tried to connect to is invalid (e.g., an empty string).

  6. InvalidHeader :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    The given response header line could not be parsed

  7. InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    Values in the proxy environment variable were invalid. Provides the environment variable name and its value.

  8. InvalidProxySettings :: Text -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    Proxy settings are not valid (Windows specific currently) @since 0.5.7

  9. InvalidRequestHeader :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    The given request header is not compliant (e.g. has newlines)

  10. InvalidStatusLine :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    The status line returned by the server could not be parsed.

Page 417 of many | Previous | Next