• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 23.21 (ghc-9.8.4)

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

    Unboxed vectors with fixed length.

  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

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete