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

Hoogle Search

Within LTS Haskell 24.43 (ghc-9.10.3)

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

  1. withLogByteStringFile :: forall (m :: Type -> Type) r . MonadIO m => FilePath -> (LogAction m ByteString -> IO r) -> IO r

    co-log Colog.Actions

    Action that prints ByteString to file. See withLogStringFile for details.

  2. type LazyByteString = ByteString

    distribution-opensuse OpenSuse.Prelude

    No documentation available.

  3. commandByteString :: Client -> ByteString -> [ByteString] -> IO (Either String (Maybe ByteString))

    faktory Faktory.Client

    No documentation available.

  4. loadGifByteString :: ByteString -> IO Image

    gd Graphics.GD

    Load a GIF image from a ByteString

  5. loadJpegByteString :: ByteString -> IO Image

    gd Graphics.GD

    Load a JPEG image from a ByteString

  6. loadPngByteString :: ByteString -> IO Image

    gd Graphics.GD

    Load a PNG image from a ByteString

  7. saveGifByteString :: Image -> IO ByteString

    gd Graphics.GD

    Write a GIF format ByteString of an image.

  8. saveJpegByteString :: Int -> Image -> IO ByteString

    gd Graphics.GD

    Write a JPEG format ByteString of an image.

  9. savePngByteString :: Image -> IO ByteString

    gd Graphics.GD

    Write a PNG format ByteString of an image.

  10. loadGifByteString :: ByteString -> IO Image

    gd Graphics.GD.ByteString

    Load a GIF image from a ByteString

Page 89 of many | Previous | Next

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