Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromListN :: forall (m :: Type -> Type) a . Monad m => Int -> [a] -> Stream m arebase Rebase.Data.Vector.Fusion.Stream.Monadic Convert the first n elements of a list to a Bundle
toList :: Monad m => Stream m a -> m [a]rebase Rebase.Data.Vector.Fusion.Stream.Monadic Convert a Stream to a list
fromList :: Vector v a => [a] -> v arebase Rebase.Data.Vector.Generic No documentation available.
fromListN :: Vector v a => Int -> [a] -> v arebase Rebase.Data.Vector.Generic No documentation available.
toList :: Vector v a => v a -> [a]rebase Rebase.Data.Vector.Generic No documentation available.
fromList :: Prim a => [a] -> Vector arebase Rebase.Data.Vector.Primitive No documentation available.
fromListN :: Prim a => Int -> [a] -> Vector arebase Rebase.Data.Vector.Primitive No documentation available.
toList :: Prim a => Vector a -> [a]rebase Rebase.Data.Vector.Primitive No documentation available.
fromList :: Storable a => [a] -> Vector arebase Rebase.Data.Vector.Storable No documentation available.
fromListN :: Storable a => Int -> [a] -> Vector arebase Rebase.Data.Vector.Storable No documentation available.