Hoogle Search

Within LTS Haskell 24.0 (ghc-9.10.2)

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

  1. module Data.Vector.Unboxed

    No documentation available.

  2. module Rebase.Data.Vector.Unboxed

    No documentation available.

  3. module Data.Vector.Fixed.Unboxed

    Adaptive array type which picks vector representation from type of element of array. For example arrays of Double are backed by ByteArray, arrays of Bool are represented as bit-vector, arrays of tuples are products of arrays. Unbox type class is used to describe representation of an array.

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

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

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

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

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

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  7. coercionWithUnboxedMVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => Coercion (MVector s a) (MVector s a)

    unboxing-vector Data.Vector.Unboxing.Mutable

    No documentation available.

  8. fromUnboxedMVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => MVector s a -> MVector s a

    unboxing-vector Data.Vector.Unboxing.Mutable

    No documentation available.

  9. toUnboxedMVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => MVector s a -> MVector s a

    unboxing-vector Data.Vector.Unboxing.Mutable

    No documentation available.

Page 1 of 1