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

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. toVector :: Buffer a -> IO (Vector a)

    vector-buffer Data.Vector.Buffer

    convert to a vector

  2. toVector :: Prim a => Buffer a -> IO (Vector a)

    vector-buffer Data.Vector.Primitive.Buffer

    convert to a vector

  3. toVector :: (NFData a, Storable a) => Buffer a -> Vector a

    vector-buffer Data.Vector.Storable.Buffer

    convert to a vector

  4. toVector :: Unbox a => Buffer a -> IO (Vector a)

    vector-buffer Data.Vector.Unboxed.Buffer

    convert to a vector

  5. toReverseVector :: Vector v a => Accumulator a -> v a

    vector-extras VectorExtras.Accumulator

    Finalise the accumulator as vector in reverse order.

  6. toVector :: Vector v a => Accumulator a -> v a

    vector-extras VectorExtras.Accumulator

    Finalise the accumulator as vector.

Page 134 of many | Previous | Next

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