Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allowInterrupt :: IO ()

    ghc-lib-parser GHC.Utils.Exception

    When invoked inside mask, this function allows a masked asynchronous exception to be raised, if one exists. It is equivalent to performing an interruptible operation (see #interruptible), but does not involve any actual blocking. When called outside mask, or inside uninterruptibleMask, this function has no effect.

  2. all2 :: (a -> b -> Bool) -> [a] -> [b] -> Bool

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

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

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

    glib System.Glib.GValue

    Temporarily allocate a GValue.

  5. allowSubnormal :: BFOpts

    libBF LibBF.Opts

    Allow denormalized answers.

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

    nothunks NoThunks.Class

    Short-circuit a list of checks

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

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

  9. allAsString :: TextParser String

    polyparse Text.Parse

    Simply return the entire remaining input String.

  10. allAsByteString :: TextParser ByteString

    polyparse Text.Parse.ByteString

    Simply return the remaining input ByteString.

Page 101 of many | Previous | Next