Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

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

  1. BaseType :: Bool -> TypeWrapper

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

    No documentation available.

  2. type SelectionSet (s :: Stage) = MergeMap ALLOW_DUPLICATES s FieldName Selection s

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

    No documentation available.

  3. SelectionSet :: forall (s :: Stage) . SelectionSet s -> SelectionContent s

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

    No documentation available.

  4. mkBaseType :: TypeWrapper

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

    No documentation available.

  5. keysSet :: MultiMap k a -> Set k

    multimap Data.MultiMap

    O(n). The set of all keys of the multimap.

  6. toMapOfSets :: Ord a => MultiMap k a -> Map k (Set a)

    multimap Data.MultiMap

    /O(k*m*log m) where k is the number of keys and m the maximum number of elements associated with a single key/

  7. applyMapKeysSet :: Ord k => Map k (Maybe v) -> Set k -> Set k

    reflex Data.Map.Misc

    Given a Map k (Maybe v) representing keys to insert/update (Just) or delete (Nothing), produce a new Set k from the given input set. Equivalent to:

    applyMapKeysSet patch (keysSet m) == keysSet (applyMap patch m)
    
    but avoids the intervening Map and needs no values.

  8. newtype IntSetOf a

    semirings Data.Semiring

    Wrapper to mimic Set (Sum Int), Set (Product Int), etc., while having a more efficient underlying representation.

  9. IntSetOf :: IntSet -> IntSetOf a

    semirings Data.Semiring

    No documentation available.

  10. getIntSet :: IntSetOf a -> IntSet

    semirings Data.Semiring

    No documentation available.

Page 110 of many | Previous | Next