Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. data Challenge

    HTTP Network.HTTP.Auth

    No documentation available.

  2. 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.

  3. HdrAllow :: HeaderName

    HTTP Network.HTTP.Headers

    No documentation available.

  4. liftCallCC :: CallCC m (Maybe a) (Maybe b) -> CallCC (MaybeT m) a b

    errors Control.Error

    Lift a callCC operation to the new monad.

  5. runAllE :: AllE e r -> Either e r

    errors Control.Error.Util

    No documentation available.

  6. fallbackCompletion :: Monad m => CompletionFunc m -> CompletionFunc m -> CompletionFunc m

    haskeline System.Console.Haskeline.Completion

    If the first completer produces no suggestions, fallback to the second completer's output.

  7. addHistoryRemovingAllDupes :: String -> History -> History

    haskeline System.Console.Haskeline.History

    Add a line to the history, and remove all previous entries which are the same as it.

  8. package hslua-marshalling

    Marshalling of values between Haskell and Lua. Provides functions to marshal values from Haskell to Lua, and vice versa. This package is part of HsLua, a Haskell framework built around the embeddable scripting language Lua.

  9. module HsLua.Marshalling

    Functions to push and retrieve data to and from Lua.

  10. sealLBS :: Cipher -> [SomePublicKey] -> ByteString -> IO (ByteString, [ByteString], ByteString)

    HsOpenSSL OpenSSL.EVP.Seal

    sealLBS lazilly encrypts a stream of data. The input string doesn't necessarily have to be finite.

Page 413 of many | Previous | Next