Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. forAll :: forall (m :: Type -> Type) a . Testable m a => a -> Property m

    smallcheck Test.SmallCheck

    Set the universal quantification context.

  2. foreignType :: Type -> CodeGen e TypeRep

    haskell-gi Data.GI.CodeGen.Conversions

    No documentation available.

  3. forestgreen :: (Ord a, Floating a) => Colour a

    colour Data.Colour.Names

    No documentation available.

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

    yesod-core Yesod.Core

    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

  5. formatRFC1123 :: UTCTime -> Text

    yesod-core Yesod.Core

    Format as per RFC 1123.

  6. formatRFC822 :: UTCTime -> Text

    yesod-core Yesod.Core

    Format as per RFC 822.

  7. formatW3 :: UTCTime -> Text

    yesod-core Yesod.Core

    Format a UTCTime in W3 format.

  8. forkHandler :: (SomeException -> HandlerFor site ()) -> HandlerFor site () -> HandlerFor site ()

    yesod-core Yesod.Core.Handler

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

  9. formatCalendarTime :: TimeLocale -> String -> CalendarTime -> String

    old-time System.Time

    formats calendar times using local conventions and a formatting string. The formatting string is that understood by the ISO C strftime() function.

  10. formatTimeDiff :: TimeLocale -> String -> TimeDiff -> String

    old-time System.Time

    formats time differences using local conventions and a formatting string. The formatting string is that understood by the ISO C strftime() function.

Page 35 of many | Previous | Next