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.

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

    streamly-core Streamly.Data.Stream

    Construct a stream from a list of pure values.

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

    streamly-core Streamly.Data.Unfold

    Convert a list of pure values to a Stream

  3. fromList :: Unbox a => [a] -> Array a

    streamly-core Streamly.Internal.Data.Array

    Create an Array from a list. The list must be of finite size.

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

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

    No documentation available.

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

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

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

    No documentation available.

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

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

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

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

    streamly-core Streamly.Internal.Data.StreamK

    No documentation available.

Page 25 of many | Previous | Next