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. wrapCairoWriteFuncTByteString :: PrimBase m => (Ptr a -> ByteString -> m WriteResult) -> IO (FunPtr (Ptr a -> CString -> CInt -> IO Word32))

    simple-cairo Graphics.Cairo.Surfaces.CairoWriteFuncT

    No documentation available.

  2. cairoSurfaceCreateFromPngByteString :: PrimMonad m => ByteString -> m (CairoSurfaceImageT s (PrimState m))

    simple-cairo Graphics.Cairo.Surfaces.PngSupport

    No documentation available.

  3. package validity-bytestring

    Validity instances for bytestring Please see README.md

  4. getByteStringOpt :: Socket a -> ZMQOption -> IO ByteString

    zeromq4-haskell System.ZMQ4.Internal

    No documentation available.

  5. setByteStringOpt :: Socket a -> ZMQOption -> ByteString -> IO ()

    zeromq4-haskell System.ZMQ4.Internal

    No documentation available.

  6. separatesByteString :: forall (m :: Type -> Type) r . Monad m => (ByteString m r -> ByteString m (ByteString m r)) -> ByteString m r -> Stream (ByteString m) m r

    DPutils Data.ByteString.Streaming.Split

    For lists, this would be sbs (f :: [a] -> ([a],[a])) -> [a] -> [[a]]. Takes a function that splits the bytestring into two elements repeatedly, where the first is followed by the repeated application of the function. cf. http://hackage.haskell.org/package/streaming-utils-0.1.4.7/docs/src/Streaming-Pipes.html#chunksOf TODO these functions should go into a helper library

  7. splitsByteStringAt :: forall (m :: Type -> Type) r . Monad m => Int -> ByteString m r -> Stream (ByteString m) m r

    DPutils Data.ByteString.Streaming.Split

    Split a ByteString m r after every k characters. Streams in constant memory. BUG: Once the stream is exhausted, it will still call splitAt, forever creating empty ByteStrings.

  8. referenceByteStringTokenizer :: ByteString -> ByteString -> [ByteString]

    DPutils Pipes.Split.ByteString

    No documentation available.

  9. pdfByteString :: PDFDocumentInfo -> PDFRect -> PDF a -> ByteString

    HPDF Graphics.PDF

    Generate a lazy bytestring for the PDF

  10. createPDFRawImageFromByteString :: Int -> Int -> Bool -> PDFFilter -> ByteString -> PDF (PDFReference RawImage)

    HPDF Graphics.PDF.Image

    No documentation available.

Page 68 of many | Previous | Next