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. format :: Format -> IO ()

    dhall Dhall.Format

    Implementation of the dhall format subcommand

  2. forever' :: Monad m => m a -> m b

    distributed-process-extras Control.Distributed.Process.Extras.Internal.Primitives

    Like forever but sans space leak

  3. force :: NormalForm a => a -> a

    foundation Foundation

    No documentation available.

  4. forAll :: (Show a, IsProperty prop) => Gen a -> (a -> prop) -> Property

    foundation Foundation.Check

    Running a generator for a specific type under a property

  5. 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_.

  6. 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.

  7. foreignMem :: PrimType ty => FinalPtr ty -> CountOf ty -> UArray ty

    foundation Foundation.Foreign

    No documentation available.

  8. force :: NormalForm a => a -> a

    foundation Foundation.Primitive

    No documentation available.

  9. form :: Html -> Html

    html Text.Html

    No documentation available.

  10. formatHTTPDate :: HTTPDate -> ByteString

    http-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"
    

Page 84 of many | Previous | Next