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.
forAll :: forall (m :: Type -> Type) a . Testable m a => a -> Property msmallcheck Test.SmallCheck Set the universal quantification context.
foreignType :: Type -> CodeGen e TypeRephaskell-gi Data.GI.CodeGen.Conversions No documentation available.
forestgreen :: (Ord a, Floating a) => Colour acolour Data.Colour.Names No documentation available.
formatLogMessage :: IO ZonedDate -> Loc -> LogSource -> LogLevel -> LogStr -> IO LogStryesod-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
formatRFC1123 :: UTCTime -> Textyesod-core Yesod.Core Format as per RFC 1123.
formatRFC822 :: UTCTime -> Textyesod-core Yesod.Core Format as per RFC 822.
-
yesod-core Yesod.Core Format a UTCTime in W3 format.
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
formatCalendarTime :: TimeLocale -> String -> CalendarTime -> Stringold-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.
formatTimeDiff :: TimeLocale -> String -> TimeDiff -> Stringold-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.