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

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    cereal-vector Data.Vector.Storable.UnsafeSerialize

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

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

    cereal-vector Data.Vector.Storable.UnsafeSerialize

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

  3. type SVector = Vector

    classy-prelude ClassyPrelude

    No documentation available.

  4. type UVector = Vector

    classy-prelude ClassyPrelude

    No documentation available.

  5. asSVector :: SVector a -> SVector a

    classy-prelude ClassyPrelude

    No documentation available.

  6. asUVector :: UVector a -> UVector a

    classy-prelude ClassyPrelude

    No documentation available.

  7. asVector :: Vector a -> Vector a

    classy-prelude ClassyPrelude

    No documentation available.

  8. fromByteVector :: SVector Word8 -> ByteString

    classy-prelude ClassyPrelude

    Convert a storable Vector into a ByteString.

  9. toByteVector :: ByteString -> SVector Word8

    classy-prelude ClassyPrelude

    Convert a ByteString into a storable Vector.

  10. NoVectors :: RegArch

    ghc-lib-parser GHC.Platform.Reg.Class

    No vector registers.

Page 63 of many | Previous | Next

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