Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

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

  1. flushAll :: IO ()

    base GHC.GHCi.Helpers

    No documentation available.

  2. flushall :: RedisCtx m f => m (f Status)

    hedis Database.Redis

    No documentation available.

  3. flushall :: RedisCtx m f => m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

  4. flushAll :: STM ()

    TCache Data.TCache

    drops the entire cache.

  5. flushall :: Monad m => Redis m ()

    redis-resp Data.Redis.Command

    No documentation available.

  6. FlushAll :: Resp -> Command ()

    redis-resp Data.Redis.Command

    No documentation available.

  7. flushAllLog :: Loggers a => a -> IO ()

    fast-logger System.Log.FastLogger.Internal

    No documentation available.

  8. hFlushAll :: Handle -> IO ()

    base GHC.IO.Handle

    The action hFlushAll hdl flushes all buffered data in hdl, including any buffered read data. Buffered read data is flushed by seeking the file position back to the point before the bufferred data was read, and hence only works if hdl is seekable (see hIsSeekable). This operation may fail with:

    • isFullError if the device is full;
    • isPermissionError if a system resource limit would be exceeded. It is unspecified whether the characters in the buffer are discarded or retained under these circumstances;
    • isIllegalOperation if hdl has buffered read data, and is not seekable.

Page 1 of 1