Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. data Vector a

    rio RIO.Vector.Boxed

    No documentation available.

  2. data Vector a

    rio RIO.Vector.Storable

    No documentation available.

  3. data family Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  4. class MVector Mutable v a => Vector (v :: Type -> Type) a

    rio RIO.Vector.Unsafe

    No documentation available.

  5. data Vector a

    storablevector Data.StorableVector

    A space-efficient representation of a vector, supporting many efficient operations. Instances of Eq, Ord, Read, Show, Data, Typeable

  6. data Vector a

    storablevector Data.StorableVector.Base

    A space-efficient representation of a vector, supporting many efficient operations. Instances of Eq, Ord, Read, Show, Data, Typeable

  7. newtype Vector a

    storablevector Data.StorableVector.Lazy

    No documentation available.

  8. data Vector a

    storablevector Data.StorableVector.Lazy.Pattern

    No documentation available.

  9. data Vector size a

    storablevector Data.StorableVector.Lazy.Typed

    A Vector size a represents a chunky storable vector with maximum chunk size expressed by type parameter size.

  10. data Vector s a

    storablevector Data.StorableVector.ST.Lazy

    No documentation available.

Page 2 of many | Previous | Next