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.
digestToByteString :: Digest a -> ByteStringcryptohash Crypto.Hash.Types Deprecated: use toBytes from byteable:Data.Byteable
unsafeUtf8ByteString :: ByteString -> TextBuildertext-builder TextBuilder UTF-8 bytestring. You can use it for converting ASCII values as well. Warning: It's your responsibility to ensure that the bytestring is properly encoded.
>>> unsafeUtf8ByteString "abc" "abc"
>>> import Data.Text.Encoding (encodeUtf8) >>> unsafeUtf8ByteString (encodeUtf8 "фывапролдж") == "фывапролдж" True
storeAsLazyByteString :: InputStream ByteString -> IO ByteStringsnap-core Snap.Util.FileUploads Stores file body in memory as Lazy ByteString.
toByteString :: [ASN1Event] -> ByteStringasn1-encoding Data.ASN1.BinaryEncoding.Raw transform a list of ASN1 Events into a strict bytestring
toLazyByteString :: [ASN1Event] -> ByteStringasn1-encoding Data.ASN1.BinaryEncoding.Raw transform a list of ASN1 Events into a lazy bytestring
maybeFromByteString :: ByteString -> T Tmidi Sound.MIDI.File.Load No documentation available.
toByteString :: T -> ByteStringmidi Sound.MIDI.File.Save Convert a MIDI file to a lazy ByteString.
toCompressedByteString :: T -> ByteStringmidi Sound.MIDI.File.Save Convert a MIDI file to a lazy ByteString. It converts NoteOff p 64 to NoteOn p 0 and then uses the running MIDI status in order to compress the file.
maybeFromByteString :: ByteString -> T Tmidi Sound.MIDI.Message No documentation available.
toByteString :: T -> ByteStringmidi Sound.MIDI.Message No documentation available.