• 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. pooledReallocBytes :: MonadIO m => Pool -> Ptr a -> Int -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted pooledReallocBytes.

  2. realloc :: (MonadIO m, Storable b) => Ptr a -> m (Ptr b)

    unliftio UnliftIO.Foreign

    Lifted realloc.

  3. reallocArray :: (MonadIO m, Storable a) => Ptr a -> Int -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted reallocArray.

  4. reallocArray0 :: (MonadIO m, Storable a) => Ptr a -> Int -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted reallocArray0.

  5. reallocBytes :: MonadIO m => Ptr a -> Int -> m (Ptr a)

    unliftio UnliftIO.Foreign

    Lifted reallocBytes.

  6. dlistConcatAll :: [DList a] -> DList a

    unliftio UnliftIO.Internals.Async

    No documentation available.

  7. callCommand :: MonadIO m => String -> m ()

    unliftio UnliftIO.Process

    Lifted callCommand.

  8. callProcess :: MonadIO m => FilePath -> [String] -> m ()

    unliftio UnliftIO.Process

    Lifted callProcess.

  9. atomically :: MonadIO m => STM a -> m a

    unliftio UnliftIO.STM

    Lifted version of atomically

  10. isAllowedInURI :: Char -> Bool

    network-uri Network.URI

    Returns True if the character is allowed in a URI.

Page 220 of many | Previous | Next

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