Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sized Data.Sized Unsafe version of fromList. If the length of the given list does not equal to n, then something unusual happens. Since 0.7.0.0
-
sized Data.Sized unsafeFromList with the result length inferred. Since 0.7.0.0
keyMapFromList :: [(Key, v)] -> KeyMap vstratosphere Stratosphere.ResourceImports No documentation available.
fastFromList :: [a] -> Pattern atidal Sound.Tidal.Boot Turns a list of values into a pattern, playing all of them per cycle. The following are equivalent:
d1 $ n (fastFromList [0, 1, 2]) # s "superpiano" d1 $ n "[0 1 2]" # s "superpiano"
lazyKeyMapFromList :: [(Key, v)] -> KeyMap vunjson Data.Unjson.Internal.Aeson.Compat No documentation available.
unsafeFromList :: Steppable (->) t (XNor a) => [a] -> tyaya-unsafe Yaya.Unsafe.Applied An unsafe implementation of fromList for Steppable fixed-points of XNor.
mapFromList :: IsMap map => [(ContainerKey map, MapValue map)] -> mapclassy-prelude-yesod ClassyPrelude.Yesod Convert a list of key-value pairs to a map
setFromList :: IsSet set => [Element set] -> setclassy-prelude-yesod ClassyPrelude.Yesod Convert a list to a set.
indexFromList :: [key] -> [val] -> Index key valhaskey-btree Data.BTree.Primitives.Index Create an index from key-value lists. The internal invariants of the Index data structure apply. That means there is one more value than there are keys and keys are ordered in strictly increasing order.
safeTupleFromList :: Int -> Q Exptuple-th TupleTH Type of the generated expression:
[a] -> Maybe (a, ..)