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.
withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n bvector-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.
-
vector-sized Data.Vector.Sized No documentation available.
type
MVector = MVector MVectorvector-sized Data.Vector.Sized withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n bvector-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.
-
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.
type
MVector = MVector MVectorvector-sized Data.Vector.Storable.Mutable.Sized type
MVector = MVector MVectorvector-sized Data.Vector.Storable.Sized withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n bvector-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.
-
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.
type
MVector = MVector MVectorvector-sized Data.Vector.Unboxed.Mutable.Sized