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.

  1. data Vector s a

    storablevector Data.StorableVector.ST.Strict

    No documentation available.

  2. module Diagrams.ThreeD.Vector

    Three-dimensional vectors.

  3. module Diagrams.TwoD.Vector

    Two-dimensional vectors.

  4. data Vector (v :: Type -> Type) (n :: Nat) a

    vector-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!

  5. newtype Vector (v :: Type -> Type) (n :: Nat) a

    vector-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!

  6. Vector :: v a -> Vector (v :: Type -> Type) (n :: Nat) a

    vector-sized Data.Vector.Generic.Sized.Internal

    No documentation available.

  7. type Vector = Vector Vector

    vector-sized Data.Vector.Primitive.Sized

    Vector specialized to use Primitive.

  8. type Vector = Vector Vector

    vector-sized Data.Vector.Sized

    Vector specialized to use Vector.

  9. type Vector = Vector Vector

    vector-sized Data.Vector.Storable.Sized

    Vector specialized to use Storable.

  10. type Vector = Vector Vector

    vector-sized Data.Vector.Unboxed.Sized

    Vector specialized to use Unboxed.

Page 3 of many | Previous | Next