Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

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

    No documentation available.

  2. mkBaseType :: TypeWrapper

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

    No documentation available.

  3. data OSet a

    ordered-containers Data.Set.Ordered

    No documentation available.

  4. toSet :: OSet a -> Set a

    ordered-containers Data.Set.Ordered

    Convert an OSet to a Set. O(n), where n is the size of the OSet.

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

  6. posByteOffset :: Pos -> !Int

    HsYAML Data.YAML

    0-based byte offset

  7. posCharOffset :: Pos -> !Int

    HsYAML Data.YAML

    0-based character (Unicode code-point) offset

  8. posByteOffset :: Pos -> !Int

    HsYAML Data.YAML.Event

    0-based byte offset

  9. posCharOffset :: Pos -> !Int

    HsYAML Data.YAML.Event

    0-based character (Unicode code-point) offset

  10. tByteOffset :: Token -> !Int

    HsYAML Data.YAML.Token

    0-base byte offset in stream.

Page 115 of many | Previous | Next