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.

  1. PreConvert :: PreConversion -> [Char] -> [Char] -> Maybe WrapInsertion -> PreConvert

    shakespeare Text.Shakespeare

    No documentation available.

  2. data Proxy

    HTTP Network.Browser

    HTTP proxies (or not) are represented via Proxy, specifying if a proxy should be used for the request (see setProxy)

  3. Proxy :: String -> Maybe Authority -> Proxy

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

  4. POST :: RequestMethod

    HTTP Network.HTTP.Base

    No documentation available.

  5. PUT :: RequestMethod

    HTTP Network.HTTP.Base

    No documentation available.

  6. module Network.HTTP.Proxy

    Handling proxy server settings and their resolution.

  7. data Proxy

    HTTP Network.HTTP.Proxy

    HTTP proxies (or not) are represented via Proxy, specifying if a proxy should be used for the request (see setProxy)

  8. Proxy :: String -> Maybe Authority -> Proxy

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

  9. data Prefs

    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
    

  10. newtype Peek e a

    hslua-marshalling HsLua.Marshalling

    Lua operation with an additional failure mode that can stack errors from different contexts; errors are not based on exceptions).

Page 278 of many | Previous | Next