Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PreConvert :: PreConversion -> [Char] -> [Char] -> Maybe WrapInsertion -> PreConvertshakespeare Text.Shakespeare No documentation available.
-
HTTP Network.Browser HTTP proxies (or not) are represented via Proxy, specifying if a proxy should be used for the request (see setProxy)
Proxy :: String -> Maybe Authority -> ProxyHTTP Network.Browser Use the proxy given. Should be of the form "http://host:port", "host", "host:port", or "http://host". Additionally, an optional Authority for authentication with the proxy.
-
HTTP Network.HTTP.Base No documentation available.
-
HTTP Network.HTTP.Base No documentation available.
-
Handling proxy server settings and their resolution.
-
HTTP Network.HTTP.Proxy HTTP proxies (or not) are represented via Proxy, specifying if a proxy should be used for the request (see setProxy)
Proxy :: String -> Maybe Authority -> ProxyHTTP Network.HTTP.Proxy Use the proxy given. Should be of the form "http://host:port", "host", "host:port", or "http://host". Additionally, an optional Authority for authentication with the proxy.
-
haskeline System.Console.Haskeline Prefs allow the user to customize the terminal-style line-editing interface. They are read by default from ~/.haskeline; to override that behavior, use readPrefs and runInputTWithPrefs. Each line of a .haskeline file defines one field of the Prefs datatype; field names are case-insensitive and unparseable lines are ignored. For example:
editMode: Vi completionType: MenuCompletion maxhistorysize: Just 40
-
hslua-marshalling HsLua.Marshalling Lua operation with an additional failure mode that can stack errors from different contexts; errors are not based on exceptions).