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. unsafeFromMVector :: MVector s a -> NonEmptyMVector s a

    nonempty-vector Data.Vector.NonEmpty.Mutable

    Convert a mutable vector to a non-empty mutable vector Warning: this function is unsafe and can result in empty non-empty mutable vectors. If you call this function, the onus is on you to make sure the mutable vector being converted is not empty.

  2. bytestringVectorTypeMap :: TypeMap

    nvim-hs Neovim.API.TH

    No documentation available.

  3. textVectorTypeMap :: TypeMap

    nvim-hs Neovim.API.TH

    No documentation available.

  4. toVectorOf :: forall k v a (is :: IxList) s . (Is k A_Fold, Vector v a) => Optic' k is s a -> s -> v a

    optics-extra Data.Vector.Generic.Optics

    Similar to toListOf, but returning a Vector.

    >>> (toVectorOf each (8,15) :: Vector.Vector Int) == Vector.fromList [8,15]
    True
    

  5. toVectorOf :: forall k (is :: IxList) s a . Is k A_Fold => Optic' k is s a -> s -> Vector a

    optics-extra Data.Vector.Optics

    Similar to toListOf, but returning a Vector.

    >>> toVectorOf each (8,15) == Vector.fromList [8,15]
    True
    

  6. array_vector :: Word32 -> (element -> Encoding) -> Vector element -> Encoding

    postgresql-binary PostgreSQL.Binary.Encoding

    A helper for encoding of arrays of single dimension from vectors. The first parameter is OID of the element type.

  7. nullableArray_vector :: Word32 -> (element -> Encoding) -> Vector (Maybe element) -> Encoding

    postgresql-binary PostgreSQL.Binary.Encoding

    A helper for encoding of arrays of single dimension from vectors. The first parameter is OID of the element type.

  8. getVectorWith :: Vector label metric -> (metric -> IO a) -> IO [(label, a)]

    prometheus-client Prometheus

    No documentation available.

  9. intercalateVector :: Vector vector element => (element -> Poking) -> Poking -> vector element -> Poking

    ptr Ptr.Poking

    No documentation available.

  10. computeVectorP :: (Load r1 sh e, Monad m) => Array r1 sh e -> m (Array V sh e)

    repa Data.Array.Repa.Repr.Vector

    Parallel computation of array elements.

Page 82 of many | Previous | Next