Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

    No documentation available.

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

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

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

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

    streamly-core Streamly.Internal.Data.StreamK

    No documentation available.

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

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

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

    vector-stream Data.Stream.Monadic

    Convert a list to a Stream

  9. fromList :: Collection el coll => [el] -> coll

    Agda Agda.Termination.CallGraph

    No documentation available.

  10. fromList :: Ord a => [a] -> Bag a

    Agda Agda.Utils.Bag

    fromList = unions . map singleton
    

Page 26 of many | Previous | Next