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 :: (Ord a, ListLike a i, Eq i) => [a] -> CompletionTree ayi-core Yi.CompletionTree This function converts a list of completable elements to a CompletionTree It finds elements that share a common prefix and groups them.
fromList . toList = id
fromList :: IsList l => [Item l] -> lbasement Basement.Compat.Base The fromList function constructs the structure l from the given list of Item l
fromList :: IsList l => [Item l] -> lbasement Basement.Compat.IsList The fromList function constructs the structure l from the given list of Item l
fromList :: IsList l => [Item l] -> lbasement Basement.Imports The fromList function constructs the structure l from the given list of Item l
fromList :: Enum k => [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
fromList :: Enum k => [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Strict No documentation available.
fromList :: Enum k => [k] -> EnumSet kenummapset Data.EnumSet No documentation available.
fromList :: Manifest r e => Comp -> [e] -> Vector r emassiv Data.Massiv.Array Convert a flat list into a vector
fromList :: Manifest r e => Comp -> [e] -> Vector r emassiv Data.Massiv.Vector Convert a flat list into a vector
fromList :: Ord k => [(k, v)] -> OMap k vth-desugar Language.Haskell.TH.Desugar.OMap No documentation available.