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.
BaseType :: Bool -> TypeWrappermorpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
type
SelectionSet (s :: Stage) = MergeMap ALLOW_DUPLICATES s FieldName Selection smorpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
SelectionSet :: forall (s :: Stage) . SelectionSet s -> SelectionContent smorpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
-
morpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
keysSet :: MultiMap k a -> Set kmultimap Data.MultiMap O(n). The set of all keys of the multimap.
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/
applyMapKeysSet :: Ord k => Map k (Maybe v) -> Set k -> Set kreflex 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.-
semirings Data.Semiring Wrapper to mimic Set (Sum Int), Set (Product Int), etc., while having a more efficient underlying representation.
IntSetOf :: IntSet -> IntSetOf asemirings Data.Semiring No documentation available.
getIntSet :: IntSetOf a -> IntSetsemirings Data.Semiring No documentation available.