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

Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. genericPutVector :: (Serialize a, Vector v a) => Putter (v a)

    cereal-vector Data.Vector.Serialize

    Write a Vector.

  2. genericPutVectorWith :: Vector v a => Putter a -> Putter (v a)

    cereal-vector Data.Vector.Serialize

    Write a Vector using custom Putter for the vector's elements.

  3. unsafeGetVector :: Storable a => Get (Vector a)

    cereal-vector Data.Vector.Storable.UnsafeSerialize

    Get a Vector in host order, endian form, and word width.

  4. unsafePutVector :: Storable a => Putter (Vector a)

    cereal-vector Data.Vector.Storable.UnsafeSerialize

    Put a Vector in host order, endian form, and word width.

  5. type SVector = Vector

    classy-prelude ClassyPrelude

    No documentation available.

  6. type UVector = Vector

    classy-prelude ClassyPrelude

    No documentation available.

  7. asSVector :: SVector a -> SVector a

    classy-prelude ClassyPrelude

    No documentation available.

  8. asUVector :: UVector a -> UVector a

    classy-prelude ClassyPrelude

    No documentation available.

  9. asVector :: Vector a -> Vector a

    classy-prelude ClassyPrelude

    No documentation available.

  10. fromByteVector :: SVector Word8 -> ByteString

    classy-prelude ClassyPrelude

    Convert a storable Vector into a ByteString.

Page 63 of many | Previous | Next

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