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. fileInfoGetAttributeByteString :: (HasCallStack, MonadIO m, IsFileInfo a) => a -> Text -> m (Maybe Text)

    gi-gio GI.Gio.Objects.FileInfo

    Gets the value of a byte string attribute. If the attribute does not contain a byte string, Nothing will be returned.

  2. fileInfoSetAttributeByteString :: (HasCallStack, MonadIO m, IsFileInfo a) => a -> Text -> Text -> m ()

    gi-gio GI.Gio.Objects.FileInfo

    Sets the attribute to contain the given attrValue, if possible.

  3. endPointAddressToByteString :: EndPointAddress -> ByteString

    network-transport Network.Transport

    No documentation available.

  4. multicastAddressToByteString :: MulticastAddress -> ByteString

    network-transport Network.Transport

    No documentation available.

  5. type LByteString = ByteString

    relude Relude.String.Conversion

    Type synonym for ByteString.

  6. data ShortByteString

    relude Relude.String.Reexport

    A compact representation of a Word8 vector. It has a lower memory overhead than a ByteString and does not contribute to heap fragmentation. It can be converted to or from a ByteString (at the cost of copying the string data). It supports very few other operations.

  7. digestFromByteString :: HashAlgorithm a => ByteString -> Maybe (Digest a)

    cryptohash Crypto.Hash

    Try to convert a binary digest bytestring to a digest.

  8. digestToByteString :: Digest a -> ByteString

    cryptohash Crypto.Hash

    Deprecated: use toBytes from byteable:Data.Byteable

  9. digestToHexByteString :: Digest a -> ByteString

    cryptohash Crypto.Hash

    Return the hexadecimal (base16) bytestring of the digest

  10. contextToByteString :: Context a -> ByteString

    cryptohash Crypto.Hash.Types

    No documentation available.

Page 49 of many | Previous | Next