Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allM :: (Monad m, Foldable f) => (a -> m Bool) -> f a -> m Bool

    ghc-lib-parser GHC.Utils.Monad

    Monad version of all, aborts the computation at the first False value

  2. allocaGValue :: (GValue -> IO b) -> IO b

    glib System.Glib.GValue

    Temporarily allocate a GValue.

  3. allowSubnormal :: BFOpts

    libBF LibBF.Opts

    Allow denormalized answers.

  4. allNoThunks :: [IO (Maybe ThunkInfo)] -> IO (Maybe ThunkInfo)

    nothunks NoThunks.Class

    Short-circuit a list of checks

  5. allocate :: MonadSafe m => Base m a -> (a -> Base m ()) -> m (ReleaseKey, a)

    pipes-safe Pipes.Safe.Prelude

    Acquire some resource with a guarantee that it will eventually be released The ReleaseKey can be passed to release to release the resource manually. If this has not been done by the end of the MonadSafe block, the resource will be released automatically.

  6. allocate_ :: MonadSafe m => Base m a -> Base m () -> m ReleaseKey

    pipes-safe Pipes.Safe.Prelude

    Like allocate, but for when the resource itself is not needed The acquire action runs immediately. The ReleaseKey can be passed to release to run the release action. If this has not been done by the end of the MonadSafe block, the release action will be run automatically.

  7. allAsString :: TextParser String

    polyparse Text.Parse

    Simply return the entire remaining input String.

  8. allAsByteString :: TextParser ByteString

    polyparse Text.Parse.ByteString

    Simply return the remaining input ByteString.

  9. allAsString :: TextParser String

    polyparse Text.Parse.ByteString

    Simply return the remaining input as a String.

  10. allocateSecureMem :: Int -> IO SecureMem

    securemem Data.SecureMem

    Allocate a new SecureMem The memory is allocated on the haskell heap, and will be scrubed before being released.

Page 101 of many | Previous | Next