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

    ghc GHC.Utils.Exception

    No documentation available.

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

    ghc GHC.Utils.Misc

    No documentation available.

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

    ghc GHC.Utils.Monad

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

  4. allowInterrupt :: MonadBase IO m => m ()

    lifted-base Control.Exception.Lifted

    Generalized version of allowInterrupt.

  5. allowedMethod :: Method -> Request -> Bool

    servant-server Servant.Server.Internal

    No documentation available.

  6. allowedMethodHead :: Method -> Request -> Bool

    servant-server Servant.Server.Internal

    No documentation available.

  7. allocGArray :: CUInt -> IO (Ptr (GArray a))

    haskell-gi-base Data.GI.Base.GArray

    Allocate a GArray with elements of the given size.

  8. allocBytes :: Integral a => a -> IO (Ptr b)

    haskell-gi-base Data.GI.Base.Utils

    Allocate the given number of bytes using the GLib allocator.

  9. allocMem :: Storable a => IO (Ptr a)

    haskell-gi-base Data.GI.Base.Utils

    Allocate space for the given Storable using the GLib allocator.

  10. allocCalloc :: AllocationInfo -> AllocationOp

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

Page 87 of many | Previous | Next