Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. formatTime :: FormatTime t => t -> Formatter

    vformat-time Text.Format.Time

    Formatter for FormatTime values using the defaultTimeLocale.

  2. formatTimeLocale :: FormatTime t => TimeLocale -> t -> Formatter

    vformat-time Text.Format.Time

    Formatter for FormatTime values using a specific TimeLocale.

  3. forwardedBy :: Forwarded -> Maybe ByteString

    wai-enforce-https Network.HTTP.Forwarded

    No documentation available.

  4. forwardedFor :: Forwarded -> Maybe ByteString

    wai-enforce-https Network.HTTP.Forwarded

    No documentation available.

  5. forwardedHost :: Forwarded -> Maybe ByteString

    wai-enforce-https Network.HTTP.Forwarded

    No documentation available.

  6. forwardedProto :: Forwarded -> Maybe (CI ByteString)

    wai-enforce-https Network.HTTP.Forwarded

    No documentation available.

  7. forwarded :: HTTPSResolver

    wai-enforce-https Network.Wai.Middleware.EnforceHTTPS

    Forwarded HTTP header is relatively new standard which should replaced all x-* adhoc headers by standardized one. This resolver is using proto=foo part of the header and check for equality with https value. More information can be found on MDN Complete implementation of Forwarded is located in Network.HTTP.Forwarded module

  8. forkWeb3 :: Web3 a -> Web3 (Async a)

    web3-provider Network.Web3.Provider

    Fork Web3 with the same Provider and Manager

  9. forward :: SessionId -> W3Spec ()

    webdriver-precore WebDriverPreCore

    Return a spec to navigate forward in the browser history given a SessionId. spec

    POST 	/session/{session id}/forward 	Forward
    

  10. forcedNext :: Trie -> String

    word-trie Data.Trie

    Finds the longest certain path down the trie starting at a the root Invariant Assumption: All paths have at least one true node below them

Page 197 of many | Previous | Next