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.
-
yarn-lock Data.MultiKeyedMap Build a map from a list of key/value pairs.
fromList :: [(BS, a)] -> Trie azenacy-html Zenacy.HTML.Internal.Trie Creates a trie from a list of tuples containing key and value.
fromList :: (a -> a -> Ordering) -> (a -> Val) -> [a] -> FTree aFenwickTree Data.Tree.Fenwick Creates a tree from a list and helper functions: compare, and value.
fromList :: (Interval k e, Ord k) => [(k, v)] -> IntervalMap k vIntervalMap Data.IntervalMap.Generic.Lazy O(n log n). Build a map from a list of key/value pairs. See also fromAscList. If the list contains more than one value for the same key, the last value for the key is retained.
fromList :: (Interval k e, Ord k) => [(k, v)] -> IntervalMap k vIntervalMap Data.IntervalMap.Generic.Strict O(n log n). Build a map from a list of key/value pairs. See also fromAscList. If the list contains more than one value for the same key, the last value for the key is retained.
fromList :: (Interval k e, Ord k) => [(k, v)] -> IntervalMap k vIntervalMap Data.IntervalMap.Lazy O(n log n). Build a map from a list of key/value pairs. See also fromAscList. If the list contains more than one value for the same key, the last value for the key is retained.
fromList :: (Interval k e, Ord k) => [(k, v)] -> IntervalMap k vIntervalMap Data.IntervalMap.Strict O(n log n). Build a map from a list of key/value pairs. See also fromAscList. If the list contains more than one value for the same key, the last value for the key is retained.
fromList :: (Interval k e, Ord k) => [k] -> IntervalSet kIntervalMap Data.IntervalSet O(n log n). Build a set from a list of elements. See also fromAscList. If the list contains duplicate values, the last value is retained.
-
ListZipper Data.List.Zipper fromList xs returns a zipper containing the elements of xs, focused on the first element.
fromList :: [Word8] -> ByteSetbyteset Data.ByteSet O(n). Create a byteset from a list of bytes.