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.

  1. fromList :: [a] -> Array a

    streamly-core Streamly.Internal.Data.Array.Generic

    No documentation available.

  2. 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.

  3. fromList :: MonadIO m => [a] -> m (MutArray a)

    streamly-core Streamly.Internal.Data.MutArray.Generic

    No documentation available.

  4. fromList :: forall (m :: Type -> Type) a . Monad m => Producer m [a] a

    streamly-core Streamly.Internal.Data.Producer

    Convert a list of pure values to a Stream Pre-release

  5. fromList :: forall (m :: Type -> Type) a . Applicative m => [a] -> Stream m a

    streamly-core Streamly.Internal.Data.Stream

    Construct a stream from a list of pure values.

  6. fromList :: forall (m :: Type -> Type) a . Applicative m => [a] -> Stream m a

    streamly-core Streamly.Internal.Data.Stream

    Construct a stream from a list of pure values.

  7. fromList :: forall a (m :: Type -> Type) . [a] -> StreamK m a

    streamly-core Streamly.Internal.Data.StreamK

    No documentation available.

  8. fromList :: forall (m :: Type -> Type) a . Applicative m => Unfold m [a] a

    streamly-core Streamly.Internal.Data.Unfold

    Convert a list of pure values to a Stream

  9. fromList :: [a] -> Pattern a

    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"
    

  10. fromList :: forall (m :: Type -> Type) a . Monad m => [a] -> Stream m a

    vector-stream Data.Stream.Monadic

    Convert a list to a Stream

Page 25 of many | Previous | Next