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

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. type STVector s = MVector s

    rebase Rebase.Data.Vector.Mutable

    No documentation available.

  2. data MVector s a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  3. MVector :: Int -> Int -> {-# UNPACK #-} !MutableByteArray s -> MVector s a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  4. unsafeCoerceVector :: Coercible a b => Vector a -> Vector b

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  5. type IOVector = MVector RealWorld

    rebase Rebase.Data.Vector.Primitive.Mutable

    No documentation available.

  6. data MVector s a

    rebase Rebase.Data.Vector.Primitive.Mutable

    No documentation available.

  7. MVector :: Int -> Int -> {-# UNPACK #-} !MutableByteArray s -> MVector s a

    rebase Rebase.Data.Vector.Primitive.Mutable

    No documentation available.

  8. type STVector s = MVector s

    rebase Rebase.Data.Vector.Primitive.Mutable

    No documentation available.

  9. unsafeCoerceMVector :: Coercible a b => MVector s a -> MVector s b

    rebase Rebase.Data.Vector.Primitive.Mutable

    No documentation available.

  10. data MVector s a

    rebase Rebase.Data.Vector.Storable

    No documentation available.

Page 72 of many | Previous | Next

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