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.
-
HTTP Network.HTTP.Auth No documentation available.
headerToChallenge :: URI -> Header -> Maybe ChallengeHTTP Network.HTTP.Auth headerToChallenge base www_auth tries to convert the WWW-Authenticate header www_auth into a Challenge value.
-
HTTP Network.HTTP.Headers No documentation available.
liftCallCC :: CallCC m (Maybe a) (Maybe b) -> CallCC (MaybeT m) a berrors Control.Error Lift a callCC operation to the new monad.
runAllE :: AllE e r -> Either e rerrors Control.Error.Util No documentation available.
fallbackCompletion :: Monad m => CompletionFunc m -> CompletionFunc m -> CompletionFunc mhaskeline System.Console.Haskeline.Completion If the first completer produces no suggestions, fallback to the second completer's output.
addHistoryRemovingAllDupes :: String -> History -> Historyhaskeline System.Console.Haskeline.History Add a line to the history, and remove all previous entries which are the same as it.
-
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.
-
Functions to push and retrieve data to and from Lua.
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.