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

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. removePathForcibly :: MonadIO m => FilePath -> m ()

    unliftio UnliftIO.Directory

    Lifted removePathForcibly.

  2. addForeignPtrFinalizer :: MonadIO m => FinalizerPtr a -> ForeignPtr a -> m ()

    unliftio UnliftIO.Foreign

    Lifted addForeignPtrFinalizer.

  3. addForeignPtrFinalizerEnv :: MonadIO m => FinalizerEnvPtr env a -> Ptr env -> ForeignPtr a -> m ()

    unliftio UnliftIO.Foreign

    Lifted addForeignPtrFinalizerEnv.

  4. addGHCForeignPtrFinalizer :: MonadUnliftIO m => ForeignPtr a -> m () -> m ()

    unliftio UnliftIO.Foreign

    Unlifted addForeignPtrFinalizer.

  5. castForeignPtr :: ForeignPtr a -> ForeignPtr b

    unliftio UnliftIO.Foreign

    This function casts a ForeignPtr parameterised by one type into another type.

  6. finalizeForeignPtr :: MonadIO m => ForeignPtr a -> m ()

    unliftio UnliftIO.Foreign

    Lifted finalizeForeignPtr.

  7. mallocForeignPtr :: (MonadIO m, Storable a) => m (ForeignPtr a)

    unliftio UnliftIO.Foreign

    Lifted mallocForeignPtr.

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

    unliftio UnliftIO.Foreign

    Lifted mallocForeignPtrArray.

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

    unliftio UnliftIO.Foreign

    Lifted mallocForeignPtrArray0.

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

    unliftio UnliftIO.Foreign

    Lifted mallocForeignPtrBytes.

Page 423 of many | Previous | Next

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