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.
-
dhall Dhall.Format Implementation of the dhall format subcommand
forever' :: Monad m => m a -> m bdistributed-process-extras Control.Distributed.Process.Extras.Internal.Primitives Like forever but sans space leak
force :: NormalForm a => a -> afoundation Foundation No documentation available.
forAll :: (Show a, IsProperty prop) => Gen a -> (a -> prop) -> Propertyfoundation Foundation.Check Running a generator for a specific type under a property
forM :: (Mappable col, Applicative m, Monad m) => col a -> (a -> m b) -> m (col b)foundation Foundation.Collection forM is mapM with its arguments flipped. For a version that ignores the results see forM_.
forM_ :: (Mappable col, Applicative m, Monad m) => col a -> (a -> m b) -> m ()foundation Foundation.Collection forM_ is mapM_ with its arguments flipped. For a version that doesn't ignore the results see forM.
foreignMem :: PrimType ty => FinalPtr ty -> CountOf ty -> UArray tyfoundation Foundation.Foreign No documentation available.
force :: NormalForm a => a -> afoundation Foundation.Primitive No documentation available.
-
html Text.Html No documentation available.
formatHTTPDate :: HTTPDate -> ByteStringhttp-date Network.HTTP.Date Generating HTTP Date in RFC1123 style.
>>> formatHTTPDate defaultHTTPDate {hdYear = 1994, hdMonth = 11, hdDay = 15, hdHour = 8, hdMinute = 12, hdSecond = 31, hdWkday = 2} "Tue, 15 Nov 1994 08:12:31 GMT"