Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. ppVectorWith :: Vector v a => (a -> Doc ann) -> v a -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

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

    primitive-extras PrimitiveExtras.PrimArray

    Construct from a primitive vector. In case the vector is not a slice, it is an O(1) op.

  3. toPrimitiveVector :: Prim a => PrimArray a -> Vector a

    primitive-extras PrimitiveExtras.PrimArray

    No documentation available.

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

    primitive-extras PrimitiveExtras.PrimArray

    No documentation available.

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

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  6. C_Vector_Primitive :: PrimClassifier SomePrimitiveVector

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  7. C_Vector_PrimitiveM :: PrimClassifier SomePrimitiveVectorM

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  8. C_Vector_Storable :: PrimClassifier SomeStorableVector

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  9. C_Vector_StorableM :: PrimClassifier SomeStorableVectorM

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  10. newtype SomePrimitiveVector

    recover-rtti Debug.RecoverRTTI

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

Page 94 of many | Previous | Next