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. toByteString :: CabalSpecVersion -> [Field (Position, [Comment p])] -> [Comment p] -> ByteString

    cabal-gild CabalGild.Unstable.Action.Render

    Renders the given fields and comments to a byte string.

  2. toByteString :: Block -> ByteString

    cabal-gild CabalGild.Unstable.Type.Block

    Converts a block into a ByteString by joining the lines together with newline characters. Note that unline unlines, there will be no trailing newline unless lineAfter is True.

  3. fromByteString :: ByteString -> Chunk

    cabal-gild CabalGild.Unstable.Type.Chunk

    Converts a byte string into a chunk without blank spaces before or after.

  4. toByteString :: Line -> ByteString

    cabal-gild CabalGild.Unstable.Type.Line

    Converts a line to a ByteString by indenting the chunk.

  5. filePathToByteString :: FilePath -> ByteString

    cabal-install Distribution.Client.Utils

    Convert a FilePath to a lazy ByteString. Each Char is encoded as a little-endian Word32.

  6. sha256FromByteString :: ByteString -> Maybe Sha256

    cabal-plan Cabal.Plan

    Import the Sha256 digest from a 32-byte ByteString. Returns Nothing if input ByteString has incorrect length.

  7. sha256ToByteString :: Sha256 -> ByteString

    cabal-plan Cabal.Plan

    Export the Sha256 digest to a 32-byte ByteString.

  8. logByteStringHandle :: forall (m :: Type -> Type) . MonadIO m => Handle -> LogAction m ByteString

    co-log Colog.Actions

    Action that prints ByteString to Handle. This action does not flush the output buffer. If buffering mode is block buffering, the effect of this action can be delayed.

  9. logByteStringStderr :: forall (m :: Type -> Type) . MonadIO m => LogAction m ByteString

    co-log Colog.Actions

    Action that prints ByteString to stderr. This action does not flush the output buffer. If buffering mode is block buffering, the effect of this action can be delayed.

  10. logByteStringStdout :: forall (m :: Type -> Type) . MonadIO m => LogAction m ByteString

    co-log Colog.Actions

    Action that prints ByteString to stdout. This action does not flush the output buffer. If buffering mode is block buffering, the effect of this action can be delayed.

Page 88 of many | Previous | Next