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. forkHandler :: (SomeException -> HandlerFor site ()) -> HandlerFor site () -> HandlerFor site ()

    hledger-web Hledger.Web.Import

    forkIO for a Handler (run an action in the background) Uses handlerToIO, liftResourceT, and resourceForkIO for correctness and efficiency

  2. formToAForm :: forall (m :: Type -> Type) site a . (HandlerSite m ~ site, Monad m) => MForm m (FormResult a, [FieldView site]) -> AForm m a

    hledger-web Hledger.Web.Import

    No documentation available.

  3. formatLogMessage :: IO ZonedDate -> Loc -> LogSource -> LogLevel -> LogStr -> IO LogStr

    hledger-web Hledger.Web.Import

    Default formatting for log messages. When you use the template haskell logging functions for to log with information about the source location, that information will be appended to the end of the log. When you use the non-TH logging functions, like logDebugN, this function does not include source information. This currently works by checking to see if the package name is the string "<unknown>". This is a hack, but it removes some of the visual clutter from non-TH logs. Since 1.4.10

  4. formatRFC1123 :: UTCTime -> Text

    hledger-web Hledger.Web.Import

    Format as per RFC 1123.

  5. formatRFC822 :: UTCTime -> Text

    hledger-web Hledger.Web.Import

    Format as per RFC 822.

  6. formatW3 :: UTCTime -> Text

    hledger-web Hledger.Web.Import

    Format a UTCTime in W3 format.

  7. formatPrepDate :: UTCTime -> DateString

    hpp Hpp.Config

    Format a date according to the C spec.

  8. formatPrepTime :: UTCTime -> TimeString

    hpp Hpp.Config

    Format a time according to the C spec.

  9. format :: Info -> Format

    hsndfile Sound.File.Sndfile

    Header and sample format

  10. formatter :: JUnitConfig -> (String, FormatConfig -> IO Format)

    hspec-junit-formatter Test.Hspec.JUnit.Formatter

    No documentation available.

Page 168 of many | Previous | Next