• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. mallocForeignPtrArray :: (MonadIO m, Storable a) => Int -> m (ForeignPtr a)

    unliftio UnliftIO.Foreign

    Lifted mallocForeignPtrArray.

  2. mallocForeignPtrArray0 :: (MonadIO m, Storable a) => Int -> m (ForeignPtr a)

    unliftio UnliftIO.Foreign

    Lifted mallocForeignPtrArray0.

  3. mallocForeignPtrBytes :: MonadIO m => Int -> m (ForeignPtr a)

    unliftio UnliftIO.Foreign

    Lifted mallocForeignPtrBytes.

  4. pooledMalloc :: (MonadIO m, Storable a) => Pool -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted pooledMalloc.

  5. pooledMallocArray :: (MonadIO m, Storable a) => Pool -> Int -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted pooledMallocArray.

  6. pooledMallocArray0 :: (MonadIO m, Storable a) => Pool -> Int -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted pooledMallocArray0.

  7. pooledMallocBytes :: MonadIO m => Pool -> Int -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted pooledMallocBytes.

  8. pooledRealloc :: (MonadIO m, Storable a) => Pool -> Ptr a -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted pooledRealloc.

  9. pooledReallocArray :: (MonadIO m, Storable a) => Pool -> Ptr a -> Int -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted pooledReallocArray.

  10. pooledReallocArray0 :: (MonadIO m, Storable a) => Pool -> Ptr a -> Int -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted pooledReallocArray0.

Page 219 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete