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. concatByteString :: Chunks -> ByteString

    byteslice Data.Bytes.Chunks

    Concatenate chunks into a strict bytestring.

  2. toByteString :: EmailAddress -> ByteString

    email-validate Text.Email.Parser

    Converts an email address back to a ByteString

  3. toByteString :: EmailAddress -> ByteString

    email-validate Text.Email.Validate

    Converts an email address back to a ByteString

  4. castFromByteString :: Comp -> ByteString -> Vector S Word8

    massiv Data.Massiv.Array.Manifest

    O(1) - Cast a strict ByteString into a Storable array

  5. castToByteString :: Index ix => Array S ix Word8 -> ByteString

    massiv Data.Massiv.Array.Manifest

    O(1) - Cast a Storable array into a strict ByteString

  6. fromByteString :: Load r Ix1 Word8 => Comp -> ByteString -> Vector r Word8

    massiv Data.Massiv.Array.Manifest

    O(n) - Convert a strict ByteString into a manifest array. Will return Nothing if length doesn't match the total number of elements of new array.

  7. toByteString :: Load r ix Word8 => Array r ix Word8 -> ByteString

    massiv Data.Massiv.Array.Manifest

    O(n) - Convert any source array into a strict ByteString. In case when the source array is actually storable, no memory copy will occur.

  8. type family ToParamSchemaByteStringError bs :: k

    openapi3 Data.OpenApi.Internal.ParamSchema

    No documentation available.

  9. type family ToSchemaByteStringError bs :: k

    openapi3 Data.OpenApi.Internal.Schema

    No documentation available.

  10. package pipes-bytestring

    ByteString support for pipes This library provides pipes utilities for ByteStrings

Page 52 of many | Previous | Next