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.
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.
-
servant Servant.API Parse value from HTTP API data. WARNING: Do not derive this using DeriveAnyClass as the generated instance will loop indefinitely.
-
servant Servant.API Convert value to HTTP API data. WARNING: Do not derive this using DeriveAnyClass as the generated instance will loop indefinitely.
InvalidChunkHeaders :: HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit A chunked response body had invalid headers.
InvalidDestinationHost :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit The host we tried to connect to is invalid (e.g., an empty string).
InvalidHeader :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit The given response header line could not be parsed
InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit Values in the proxy environment variable were invalid. Provides the environment variable name and its value.
InvalidProxySettings :: Text -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit Proxy settings are not valid (Windows specific currently) @since 0.5.7
InvalidRequestHeader :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit The given request header is not compliant (e.g. has newlines)
InvalidStatusLine :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit The status line returned by the server could not be parsed.