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. withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n b

    vector-sized Data.Vector.Primitive.Sized

    Apply a function on unsized vectors to a sized vector. The function must preserve the size of the vector, this is not checked.

  2. data BuildVector (n :: Nat) a

    vector-sized Data.Vector.Sized

    No documentation available.

  3. type MVector = MVector MVector

    vector-sized Data.Vector.Sized

    Vector specialized to use Mutable.

  4. withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n b

    vector-sized Data.Vector.Sized

    Apply a function on unsized vectors to a sized vector. The function must preserve the size of the vector, this is not checked.

  5. zipVectorsUnsafe :: forall a b c (n :: Nat) . (Vector a -> Vector b -> Vector c) -> Vector n a -> Vector n b -> Vector n c

    vector-sized Data.Vector.Sized

    Apply a function on two unsized vectors to sized vectors. The function must preserve the size of the vectors, this is not checked.

  6. type MVector = MVector MVector

    vector-sized Data.Vector.Storable.Mutable.Sized

    Vector specialized to use Mutable.

  7. type MVector = MVector MVector

    vector-sized Data.Vector.Storable.Sized

    Vector specialized to use Mutable.

  8. withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n b

    vector-sized Data.Vector.Storable.Sized

    Apply a function on unsized vectors to a sized vector. The function must preserve the size of the vector, this is not checked.

  9. zipVectorsUnsafe :: forall a b c (n :: Nat) . (Vector a -> Vector b -> Vector c) -> Vector n a -> Vector n b -> Vector n c

    vector-sized Data.Vector.Storable.Sized

    Apply a function on two unsized vectors to sized vectors. The function must preserve the size of the vectors, this is not checked.

  10. type MVector = MVector MVector

    vector-sized Data.Vector.Unboxed.Mutable.Sized

    Vector specialized to use Mutable.

Page 56 of many | Previous | Next