• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. deriveAvroFromByteString :: ByteString -> Q [Dec]

    avro Data.Avro.Deriving

    Same as deriveAvro but takes a ByteString rather than FilePath

  2. makeSchemaFromByteString :: ByteString -> Q Exp

    avro Data.Avro.Deriving

    No documentation available.

  3. package base58-bytestring

    Implementation of BASE58 transcoding for ByteStrings Implementation of BASE58 transcoding copy-pasted from haskoin package

  4. asBytestringBE :: forall (w :: Nat) . NatRepr w -> BV w -> Maybe ByteString

    bv-sized Data.BitVector.Sized

    asBytesBE, but for bytestrings.

  5. asBytestringLE :: forall (w :: Nat) . NatRepr w -> BV w -> Maybe ByteString

    bv-sized Data.BitVector.Sized

    asBytesLE, but for bytestrings.

  6. fromByteString :: ByteString -> Characters

    elynx-seq ELynx.Sequence.Sequence

    Convert byte string to sequence characters.

  7. toByteString :: Characters -> ByteString

    elynx-seq ELynx.Sequence.Sequence

    Convert sequence characters to byte string.

  8. decodeLazyByteString :: Encoding enc => enc -> ByteString -> String

    encoding Data.Encoding

    No documentation available.

  9. decodeLazyByteStringExplicit :: Encoding enc => enc -> ByteString -> Either DecodingException String

    encoding Data.Encoding

    No documentation available.

  10. decodeStrictByteString :: Encoding enc => enc -> ByteString -> String

    encoding Data.Encoding

    No documentation available.

Page 63 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete