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.
-
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
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. If the string is null it will return all completions.
mkComplFunFromList :: XPConfig -> [String] -> String -> IO [String]xmonad-contrib XMonad.Prompt.ConfirmPrompt This function takes a list of possible completions and returns a completions function to be used with mkXPrompt