Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
fromList :: forall (m :: Type -> Type) a . Applicative m => Unfold m [a] astreamly-core Streamly.Internal.Data.Unfold Convert a list of pure values to a Stream
-
tidal-core Sound.Tidal.Core Turns a list of values into a pattern, playing one of them per cycle. The following are equivalent:
d1 $ n (fromList [0, 1, 2]) # s "superpiano" d1 $ n "<0 1 2>" # s "superpiano"
fromList :: forall (m :: Type -> Type) a . Monad m => [a] -> Stream m avector-stream Data.Stream.Monadic Convert a list to a Stream