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.

  1. tupleFromList :: Int -> Q Exp

    tuple-th TupleTH

    Type of the generated expression:

    [a] -> (a, ..)
    
    The generated function is partial.

  2. 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.

  3. 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.

  4. 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

  5. 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.

  6. 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

Page 78 of many | Previous | Next