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. forkTmpFsFrom :: TmpFs -> IO TmpFs

    ghc-lib-parser GHC.Utils.TmpFs

    Initialise an empty TmpFs sharing unique numbers and per-process temporary directories with the given TmpFs It's not safe to use the subdirs created by the original TmpFs with the forked one. Use newTempSubDir to create new subdirs instead.

  2. formatsLookup :: HasFormat fs f -> Formats fs a -> a

    hackage-security Hackage.Security.Client.Formats

    No documentation available.

  3. formatsMap :: (forall f . () => Format f -> a -> b) -> Formats fs a -> Formats fs b

    hackage-security Hackage.Security.Client.Formats

    No documentation available.

  4. formatsMember :: Format f -> Formats fs a -> Maybe (HasFormat fs f)

    hackage-security Hackage.Security.Client.Formats

    No documentation available.

  5. forceExp :: ShowFmt

    libBF LibBF.Opts

    Show in exponential form.

  6. forM_ :: (Foldable t, Monad m) => t a -> (a -> m b) -> m ()

    persistent-test Init

    forM_ is mapM_ with its arguments flipped. For a version that doesn't ignore the results see forM. forM_ is just like for_, but specialised to monadic actions.

  7. foreignIdTableIdId :: ForeignIdTableGeneric backend -> !Key (IdTableGeneric backend)

    persistent-test RenameTest

    No documentation available.

  8. forAll :: (HasCallStack, Show a) => Gen a -> PropertyM a

    skeletest Skeletest

    No documentation available.

  9. forAll :: (HasCallStack, Show a) => Gen a -> PropertyM a

    skeletest Skeletest.Prop.Internal

    No documentation available.

  10. forkIO :: IO a -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread

    Like Control.Concurrent.forkIO but returns a computation that when executed blocks until the thread terminates then returns the final value of the thread.

Page 79 of many | Previous | Next