• 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. MVector :: Int -> {-# UNPACK #-} !ForeignPtr a -> MVector s a

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  2. isSameVector :: Storable a => Vector a -> Vector a -> Bool

    rebase Rebase.Data.Vector.Storable

    No documentation available.

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

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  4. type IOVector = MVector RealWorld

    rebase Rebase.Data.Vector.Storable.Mutable

    No documentation available.

  5. data MVector s a

    rebase Rebase.Data.Vector.Storable.Mutable

    No documentation available.

  6. MVector :: Int -> {-# UNPACK #-} !ForeignPtr a -> MVector s a

    rebase Rebase.Data.Vector.Storable.Mutable

    No documentation available.

  7. type STVector s = MVector s

    rebase Rebase.Data.Vector.Storable.Mutable

    No documentation available.

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

    rebase Rebase.Data.Vector.Storable.Mutable

    No documentation available.

  9. data family MVector s a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  10. type IOVector = MVector RealWorld

    rebase Rebase.Data.Vector.Unboxed.Base

    No documentation available.

Page 73 of many | Previous | Next

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