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.
unsafeFromMVector :: MVector s a -> NonEmptyMVector s anonempty-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.
bytestringVectorTypeMap :: TypeMapnvim-hs Neovim.API.TH No documentation available.
-
nvim-hs Neovim.API.TH No documentation available.
-
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
toVectorOf :: forall k (is :: IxList) s a . Is k A_Fold => Optic' k is s a -> s -> Vector aoptics-extra Data.Vector.Optics Similar to toListOf, but returning a Vector.
>>> toVectorOf each (8,15) == Vector.fromList [8,15] True
array_vector :: Word32 -> (element -> Encoding) -> Vector element -> Encodingpostgresql-binary PostgreSQL.Binary.Encoding A helper for encoding of arrays of single dimension from vectors. The first parameter is OID of the element type.
nullableArray_vector :: Word32 -> (element -> Encoding) -> Vector (Maybe element) -> Encodingpostgresql-binary PostgreSQL.Binary.Encoding A helper for encoding of arrays of single dimension from vectors. The first parameter is OID of the element type.
getVectorWith :: Vector label metric -> (metric -> IO a) -> IO [(label, a)]prometheus-client Prometheus No documentation available.
-
ptr Ptr.Poking No documentation available.
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.