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.
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
-
hledger-web Hledger.Web.Import No documentation available.
formatLogMessage :: IO ZonedDate -> Loc -> LogSource -> LogLevel -> LogStr -> IO LogStrhledger-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
formatRFC1123 :: UTCTime -> Texthledger-web Hledger.Web.Import Format as per RFC 1123.
formatRFC822 :: UTCTime -> Texthledger-web Hledger.Web.Import Format as per RFC 822.
-
hledger-web Hledger.Web.Import Format a UTCTime in W3 format.
formatPrepDate :: UTCTime -> DateStringhpp Hpp.Config Format a date according to the C spec.
formatPrepTime :: UTCTime -> TimeStringhpp Hpp.Config Format a time according to the C spec.
-
hsndfile Sound.File.Sndfile Header and sample format
formatter :: JUnitConfig -> (String, FormatConfig -> IO Format)hspec-junit-formatter Test.Hspec.JUnit.Formatter No documentation available.