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.
-
ghc GHC.Utils.Exception No documentation available.
all2 :: (a -> b -> Bool) -> [a] -> [b] -> Boolghc GHC.Utils.Misc No documentation available.
allM :: (Monad m, Foldable f) => (a -> m Bool) -> f a -> m Boolghc GHC.Utils.Monad Monad version of all, aborts the computation at the first False value
allowInterrupt :: MonadBase IO m => m ()lifted-base Control.Exception.Lifted Generalized version of allowInterrupt.
allowedMethod :: Method -> Request -> Boolservant-server Servant.Server.Internal No documentation available.
allowedMethodHead :: Method -> Request -> Boolservant-server Servant.Server.Internal No documentation available.
allocGArray :: CUInt -> IO (Ptr (GArray a))haskell-gi-base Data.GI.Base.GArray Allocate a GArray with elements of the given size.
allocBytes :: Integral a => a -> IO (Ptr b)haskell-gi-base Data.GI.Base.Utils Allocate the given number of bytes using the GLib allocator.
allocMem :: Storable a => IO (Ptr a)haskell-gi-base Data.GI.Base.Utils Allocate space for the given Storable using the GLib allocator.
allocCalloc :: AllocationInfo -> AllocationOphaskell-gi Data.GI.CodeGen.API No documentation available.