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.

  1. lazyKeyMapFromList :: [(Key, v)] -> KeyMap v

    unjson Data.Unjson.Internal.Aeson.Compat

    No documentation available.

  2. unsafeFromList :: Steppable (->) t (XNor a) => [a] -> t

    yaya-unsafe Yaya.Unsafe.Applied

    An unsafe implementation of fromList for Steppable fixed-points of XNor.

  3. mapFromList :: IsMap map => [(ContainerKey map, MapValue map)] -> map

    classy-prelude-yesod ClassyPrelude.Yesod

    Convert a list of key-value pairs to a map

  4. setFromList :: IsSet set => [Element set] -> set

    classy-prelude-yesod ClassyPrelude.Yesod

    Convert a list to a set.

  5. indexFromList :: [key] -> [val] -> Index key val

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

  6. safeTupleFromList :: Int -> Q Exp

    tuple-th TupleTH

    Type of the generated expression:

    [a] -> Maybe (a, ..)
    

  7. tupleFromList :: Int -> Q Exp

    tuple-th TupleTH

    Type of the generated expression:

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

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

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

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

Page 77 of many | Previous | Next