Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
storablevector Data.StorableVector.ST.Strict No documentation available.
-
Three-dimensional vectors.
-
Two-dimensional vectors.
data
Vector (v :: Type -> Type) (n :: Nat) avector-sized Data.Vector.Generic.Sized A wrapper to tag vectors with a type level length. Be careful when using the constructor here to not construct sized vectors which have a different length than that specified in the type parameter!
newtype
Vector (v :: Type -> Type) (n :: Nat) avector-sized Data.Vector.Generic.Sized.Internal A wrapper to tag vectors with a type level length. Be careful when using the constructor here to not construct sized vectors which have a different length than that specified in the type parameter!
Vector :: v a -> Vector (v :: Type -> Type) (n :: Nat) avector-sized Data.Vector.Generic.Sized.Internal No documentation available.
-
vector-sized Data.Vector.Primitive.Sized -
vector-sized Data.Vector.Sized -
vector-sized Data.Vector.Storable.Sized -
vector-sized Data.Vector.Unboxed.Sized