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.
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, ..)
-
tuple-th TupleTH Type of the generated expression:
[a] -> (a, ..)
The generated function is partial. listFromList :: (b -> c) -> (c -> [a] -> Bool) -> [a] -> [b] -> [b]xmonad-contrib XMonad.Layout.WindowArranger Given a function to be applied to each member of a list, and a function to check a condition by processing this transformed member with the members of a list, you get the list of members that satisfy the condition.
memberFromList :: (b -> c) -> (c -> a -> Bool) -> a -> [b] -> [b]xmonad-contrib XMonad.Layout.WindowArranger Given a function to be applied to each member of ta list, and a function to check a condition by processing this transformed member with something, you get the first member that satisfy the condition, or an empty list.
mkComplFunFromList :: XPConfig -> [String] -> String -> IO [String]xmonad-contrib XMonad.Prompt This function takes a list of possible completions and returns a completions function to be used with mkXPrompt