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.
-
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.
-
gi-gio GI.Gio.Objects.FileInfo Sets the attribute to contain the given attrValue, if possible.
endPointAddressToByteString :: EndPointAddress -> ByteStringnetwork-transport Network.Transport No documentation available.
multicastAddressToByteString :: MulticastAddress -> ByteStringnetwork-transport Network.Transport No documentation available.
-
relude Relude.String.Conversion Type synonym for ByteString.
-
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.
digestFromByteString :: HashAlgorithm a => ByteString -> Maybe (Digest a)cryptohash Crypto.Hash Try to convert a binary digest bytestring to a digest.
digestToByteString :: Digest a -> ByteStringcryptohash Crypto.Hash Deprecated: use toBytes from byteable:Data.Byteable
digestToHexByteString :: Digest a -> ByteStringcryptohash Crypto.Hash Return the hexadecimal (base16) bytestring of the digest
contextToByteString :: Context a -> ByteStringcryptohash Crypto.Hash.Types No documentation available.