Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromList :: forall (m :: Type -> Type) a . Applicative m => [a] -> Stream m astreamly-core Streamly.Data.Stream Construct a stream from a list of pure values.
fromList :: forall (m :: Type -> Type) a . Applicative m => Unfold m [a] astreamly-core Streamly.Data.Unfold Convert a list of pure values to a Stream
fromList :: Unbox a => [a] -> Array astreamly-core Streamly.Internal.Data.Array Create an Array from a list. The list must be of finite size.
-
streamly-core Streamly.Internal.Data.Array.Generic No documentation available.
fromList :: (MonadIO m, Unbox a) => [a] -> m (MutArray a)streamly-core Streamly.Internal.Data.MutArray Create a MutArray from a list. The list must be of finite size.
fromList :: MonadIO m => [a] -> m (MutArray a)streamly-core Streamly.Internal.Data.MutArray.Generic No documentation available.
fromList :: forall (m :: Type -> Type) a . Monad m => Producer m [a] astreamly-core Streamly.Internal.Data.Producer Convert a list of pure values to a Stream Pre-release
fromList :: forall (m :: Type -> Type) a . Applicative m => [a] -> Stream m astreamly-core Streamly.Internal.Data.Stream Construct a stream from a list of pure values.
fromList :: forall (m :: Type -> Type) a . Applicative m => [a] -> Stream m astreamly-core Streamly.Internal.Data.Stream Construct a stream from a list of pure values.
fromList :: forall a (m :: Type -> Type) . [a] -> StreamK m astreamly-core Streamly.Internal.Data.StreamK No documentation available.