Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. unsafeFromList :: IsMap k m => [(k, a)] -> m a

    morpheus-graphql-core Data.Morpheus.Internal.Utils

    No documentation available.

  2. KIND_LIST :: TypeKind

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  3. TypeList :: TypeWrapper -> Bool -> TypeWrapper

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

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

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

    Get the children

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

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

    ordered-containers Data.Map.Ordered

    Return key-value pairs in order of increasing key.

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

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

    ordered-containers Data.Map.Ordered.Strict

    Return key-value pairs in order of increasing key.

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

    ordered-containers Data.Set.Ordered

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

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

    ordered-containers Data.Set.Ordered

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

Page 104 of many | Previous | Next