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.
pooledReallocBytes :: MonadIO m => Pool -> Ptr a -> Int -> m (Ptr a)unliftio UnliftIO.Foreign Lifted pooledReallocBytes.
realloc :: (MonadIO m, Storable b) => Ptr a -> m (Ptr b)unliftio UnliftIO.Foreign Lifted realloc.
reallocArray :: (MonadIO m, Storable a) => Ptr a -> Int -> m (Ptr a)unliftio UnliftIO.Foreign Lifted reallocArray.
reallocArray0 :: (MonadIO m, Storable a) => Ptr a -> Int -> m (Ptr a)unliftio UnliftIO.Foreign Lifted reallocArray0.
reallocBytes :: MonadIO m => Ptr a -> Int -> m (Ptr a)unliftio UnliftIO.Foreign Lifted reallocBytes.
dlistConcatAll :: [DList a] -> DList aunliftio UnliftIO.Internals.Async No documentation available.
callCommand :: MonadIO m => String -> m ()unliftio UnliftIO.Process Lifted callCommand.
callProcess :: MonadIO m => FilePath -> [String] -> m ()unliftio UnliftIO.Process Lifted callProcess.
atomically :: MonadIO m => STM a -> m aunliftio UnliftIO.STM Lifted version of atomically
isAllowedInURI :: Char -> Boolnetwork-uri Network.URI Returns True if the character is allowed in a URI.