Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
forwardPutRel_ :: WriteBinHandle -> (b -> IO a) -> IO b -> IO ()ghc-lib-parser GHC.Utils.Binary Like forwardGetRel, but discard the result.
forwardPut_ :: WriteBinHandle -> (b -> IO a) -> IO b -> IO ()ghc-lib-parser GHC.Utils.Binary No documentation available.
formatBulleted :: DecoratedSDoc -> SDocghc-lib-parser GHC.Utils.Error Formats the input list of structured document, where each element of the list gets a bullet.
-
ghc-lib-parser GHC.Utils.Outputable No documentation available.
forkTmpFsFrom :: TmpFs -> IO TmpFsghc-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.
formatsLookup :: HasFormat fs f -> Formats fs a -> ahackage-security Hackage.Security.Client.Formats No documentation available.
formatsMap :: (forall f . () => Format f -> a -> b) -> Formats fs a -> Formats fs bhackage-security Hackage.Security.Client.Formats No documentation available.
formatsMember :: Format f -> Formats fs a -> Maybe (HasFormat fs f)hackage-security Hackage.Security.Client.Formats No documentation available.
-
libBF LibBF.Opts Show in exponential form.
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.