Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-core Gogol.Prelude Get all links as a record.
-
gogol-core Gogol.Prelude More general version of allFieldLinks.
alloca :: (MonadUnliftIO m, Storable a) => (Ptr a -> m b) -> m bunliftio UnliftIO.Foreign Unlifted alloca.
allocaArray :: (MonadUnliftIO m, Storable a) => Int -> (Ptr a -> m b) -> m bunliftio UnliftIO.Foreign Unlifted allocaArray.
allocaArray0 :: (MonadUnliftIO m, Storable a) => Int -> (Ptr a -> m b) -> m bunliftio UnliftIO.Foreign Unlifted allocaArray0.
allocaBytes :: MonadUnliftIO m => Int -> (Ptr a -> m b) -> m bunliftio UnliftIO.Foreign Unlifted allocaBytes.
allocaBytesAligned :: MonadUnliftIO m => Int -> Int -> (Ptr a -> m b) -> m bunliftio UnliftIO.Foreign Unlifted allocaBytesAligned.
allocateBuffer :: Int -> IO Bufferwarp Network.Wai.Handler.Warp.Internal Allocating a buffer with malloc().
allOf :: Getting All s a -> (a -> Bool) -> s -> Boolmicrolens Lens.Micro Returns True if any value returned by a getter (any getter, including lenses, traversals, and folds) satisfies a predicate.
>>> allOf each (=='x') ['x','x'] True >>> allOf each (=='x') ['x','y'] False >>> allOf each (=='x') ['y','y'] False
alloc :: ByteArray ba => Int -> (Ptr p -> IO ()) -> IO bamemory Data.ByteArray Allocate a new bytearray of specific size, and run the initializer on this memory