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.
fromList :: SmallSetElement a => [a] -> SmallSet aAgda Agda.Utils.SmallSet Time O(n).
-
Agda Agda.Utils.VarSet Create a set from a list of integers.
fromList :: [(Key, v)] -> KeyMap vBlammo Data.Aeson.Compat Construct a map with the supplied mappings. If the list contains duplicate mappings, the later mappings take precedence.
>>> fromList [("a", 'x'), ("a", 'y')] fromList [("a",'y')]
fromList :: (HashTable h, Hashable k) => [(k, v)] -> h RealWorld k vRefSerialize Data.RefSerialize.Serialize No documentation available.
fromList :: MonadSearch m => [a] -> m abacktracking Control.Monad.Search No documentation available.
fromList :: (C a, Storable a) => [KeyCount w a] -> T w abattleship-combinatorics Combinatorics.Battleship.Count.CountMap No documentation available.
-
battleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
fromList :: [(ShipSize, NumberOfShips)] -> Tbattleship-combinatorics Combinatorics.Battleship.Fleet No documentation available.
fromList :: DomCodCnt l r => [(Dom l, Dom r)] -> Bimap l rbimaps Data.Bijection.Class Given a list of pairs [(x,y)], turn it into a bimap (x->y, y->x).
fromList :: [a] -> Maybe (BinList a)binary-list Data.BinaryList O(n). Build a binary list from a linked list. If the input list has length different from a power of two, it returns Nothing.