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.
fromList :: IsSequence seq => [Element seq] -> seqclassy-prelude-yesod ClassyPrelude.Yesod Convert a list to a sequence.
> fromList [a, b, c] :: Text "abc"
-
elerea FRP.Elerea.Simple.Pure No documentation available.
fromList :: (AllocM m, Key k, Value v) => [(k, v)] -> m (Tree k v)haskey-btree Data.BTree.Impure Create a tree from a list.
fromList :: (AllocM m, Key k, Value v) => NonEmpty (k, v) -> m (NonEmptyTree k v)haskey-btree Data.BTree.Impure.NonEmpty Create a NonEmptyTree from a NonEmpty list.
fromList :: Key k => TreeSetup -> [(k, v)] -> Tree k vhaskey-btree Data.BTree.Pure O(n*log n). Construct a B-tree from a list of key/value pairs. If the list contains duplicate keys, the last pair for a duplicate key is kept.
-
hybrid-vectors Data.Vector.Hybrid O(n) Convert a list to a vector
fromList :: [(Int, a)] -> Path alca Data.LCA.Online Build a Path from a list of (ID, value) pairs.
fromList :: Monoid a => [(Int, a)] -> Path alca Data.LCA.Online.Monoidal Build a Path from a list of (ID, value) pairs.
fromList :: [(Int, a)] -> Path alca Data.LCA.Online.Naive Build a Path from a list of (ID, value) pairs.
fromList :: MonadUnliftIO m => [a] -> m (InputStream a)unliftio-streams UnliftIO.Streams.List No documentation available.