Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. fork :: Unexceptional m => UIO () -> m ThreadId

    unexceptionalio UnexceptionalIO

    Mirrors forkIO, but re-throws errors to the parent thread

    • Ignores manual thread kills, since those are on purpose.
    • Re-throws async exceptions (SomeAsyncException) as is.
    • Re-throws ExitCode as is in an attempt to exit with the requested code.
    • Wraps synchronous PseudoException in async ChildThreadError.

  2. forkFinally :: Unexceptional m => UIO a -> (Either PseudoException a -> UIO ()) -> m ThreadId

    unexceptionalio UnexceptionalIO

    Mirrors forkFinally, but since the body is UIO, the thread must terminate successfully or because of PseudoException

  3. forces :: [Name]

    units-defs Data.Units.Imperial.Misc

    Force units: PoundForce and TonForce

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

    vformat-time Text.Format.Time

    Formatter for FormatTime values using the defaultTimeLocale.

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

    vformat-time Text.Format.Time

    Formatter for FormatTime values using a specific TimeLocale.

  6. forwardedBy :: Forwarded -> Maybe ByteString

    wai-enforce-https Network.HTTP.Forwarded

    No documentation available.

  7. forwardedFor :: Forwarded -> Maybe ByteString

    wai-enforce-https Network.HTTP.Forwarded

    No documentation available.

  8. forwardedHost :: Forwarded -> Maybe ByteString

    wai-enforce-https Network.HTTP.Forwarded

    No documentation available.

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

    wai-enforce-https Network.HTTP.Forwarded

    No documentation available.

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

Page 197 of many | Previous | Next