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. digestToByteString :: Digest a -> ByteString

    cryptohash Crypto.Hash.Types

    Deprecated: use toBytes from byteable:Data.Byteable

  2. unsafeUtf8ByteString :: ByteString -> TextBuilder

    text-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
    

  3. storeAsLazyByteString :: InputStream ByteString -> IO ByteString

    snap-core Snap.Util.FileUploads

    Stores file body in memory as Lazy ByteString.

  4. toByteString :: [ASN1Event] -> ByteString

    asn1-encoding Data.ASN1.BinaryEncoding.Raw

    transform a list of ASN1 Events into a strict bytestring

  5. toLazyByteString :: [ASN1Event] -> ByteString

    asn1-encoding Data.ASN1.BinaryEncoding.Raw

    transform a list of ASN1 Events into a lazy bytestring

  6. maybeFromByteString :: ByteString -> T T

    midi Sound.MIDI.File.Load

    No documentation available.

  7. toByteString :: T -> ByteString

    midi Sound.MIDI.File.Save

    Convert a MIDI file to a lazy ByteString.

  8. toCompressedByteString :: T -> ByteString

    midi 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.

  9. maybeFromByteString :: ByteString -> T T

    midi Sound.MIDI.Message

    No documentation available.

  10. toByteString :: T -> ByteString

    midi Sound.MIDI.Message

    No documentation available.

Page 50 of many | Previous | Next