Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. TypeVector :: Vector (Any :: Type) -> TypeVector (d :: k)

    type-map Data.TypeMap.Internal.Vector

    No documentation available.

  2. data TypeVector (d :: k)

    type-map Data.TypeMap.Vector

    Vector-backed type-map.

  3. package unboxing-vector

    A newtype-friendly variant of unboxed vectors Please see the README on GitHub at https://github.com/minoki/unboxing-vector#readme

  4. coerceVector :: (Coercible a b, Unboxable a, Unboxable b, CoercibleRep a ~ CoercibleRep b, Rep a ~ Rep b) => Vector a -> Vector b

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  5. coercionWithUnboxedVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => Coercion (Vector a) (Vector a)

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  6. fromUnboxedVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => Vector a -> Vector a

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  7. toUnboxedVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => Vector a -> Vector a

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  8. type IOVector = MVector RealWorld

    unboxing-vector Data.Vector.Unboxing.Mutable

    No documentation available.

  9. data MVector s a

    unboxing-vector Data.Vector.Unboxing.Mutable

    No documentation available.

  10. type STVector s = MVector s

    unboxing-vector Data.Vector.Unboxing.Mutable

    No documentation available.

Page 119 of many | Previous | Next