Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getChildrenList :: SelectionTree node => node -> [ChildNode node]

    morpheus-graphql-core Data.Morpheus.Types.SelectionTree

    Get the children

  2. fromList :: Ord k => [(k, v)] -> OMap k v

    ordered-containers Data.Map.Ordered

    If a key appears multiple times, the first occurrence is used for ordering and the last occurrence is used for its value. The library author welcomes comments on whether this default is sane.

  3. toAscList :: OMap k v -> [(k, v)]

    ordered-containers Data.Map.Ordered

    Return key-value pairs in order of increasing key.

  4. fromList :: Ord k => [(k, v)] -> OMap k v

    ordered-containers Data.Map.Ordered.Strict

    If a key appears multiple times, the first occurrence is used for ordering and the last occurrence is used for its value. The library author welcomes comments on whether this default is sane.

  5. toAscList :: OMap k v -> [(k, v)]

    ordered-containers Data.Map.Ordered.Strict

    Return key-value pairs in order of increasing key.

  6. fromList :: Ord a => [a] -> OSet a

    ordered-containers Data.Set.Ordered

    If a value occurs multiple times, only the first occurrence is used.

  7. toAscList :: OSet a -> [a]

    ordered-containers Data.Set.Ordered

    Returns values in ascending order. (Use toList to return them in insertion order.)

  8. toListF :: FoldableF t => (forall (tp :: k) . () => f tp -> a) -> t f -> [a]

    parameterized-utils Data.Parameterized.TraversableF

    Convert structure to list.

  9. toListFC :: FoldableFC t => (forall (x :: k) . () => f x -> a) -> forall (x :: l) . () => t f x -> [a]

    parameterized-utils Data.Parameterized.TraversableFC

    Convert structure to list.

  10. itoListFC :: forall f a (z :: l) . FoldableFCWithIndex t => (forall (x :: k) . () => IndexF (t f z) x -> f x -> a) -> t f z -> [a]

    parameterized-utils Data.Parameterized.TraversableFC.WithIndex

    Convert structure to list.

Page 104 of many | Previous | Next