• 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. toPrimitiveVector :: Prim a => PrimArray a -> Vector a

    primitive-extras PrimitiveExtras.PrimArray

    No documentation available.

  2. toUnboxedVector :: Prim a => PrimArray a -> Vector a

    primitive-extras PrimitiveExtras.PrimArray

    No documentation available.

  3. C_Vector_Boxed :: forall (o :: Type -> Type) a1 . Elems o '[a1] -> Classifier_ o (Vector a1)

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  4. C_Vector_Primitive :: PrimClassifier SomePrimitiveVector

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  5. C_Vector_PrimitiveM :: PrimClassifier SomePrimitiveVectorM

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  6. C_Vector_Storable :: PrimClassifier SomeStorableVector

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  7. C_Vector_StorableM :: PrimClassifier SomeStorableVectorM

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  8. newtype SomePrimitiveVector

    recover-rtti Debug.RecoverRTTI

    Primitive vector (Data.Vector.Primitive) See SomeStorableVector for why we can't classify elements of these vectors.

  9. SomePrimitiveVector :: (Any :: Type) -> SomePrimitiveVector

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  10. newtype SomePrimitiveVectorM

    recover-rtti Debug.RecoverRTTI

    Mutable primitive vector

Page 94 of many | Previous | Next

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