Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. parseTaggedValueFromWire :: Word64 -> Parser TaggedValue

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  2. type FieldSet = [TaggedValue]

    proto-lens Data.ProtoLens.Message

    No documentation available.

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

  4. posByteOffset :: Pos -> !Int

    HsYAML Data.YAML

    0-based byte offset

  5. posCharOffset :: Pos -> !Int

    HsYAML Data.YAML

    0-based character (Unicode code-point) offset

  6. posByteOffset :: Pos -> !Int

    HsYAML Data.YAML.Event

    0-based byte offset

  7. posCharOffset :: Pos -> !Int

    HsYAML Data.YAML.Event

    0-based character (Unicode code-point) offset

  8. tByteOffset :: Token -> !Int

    HsYAML Data.YAML.Token

    0-base byte offset in stream.

  9. tCharOffset :: Token -> !Int

    HsYAML Data.YAML.Token

    0-base character offset in stream.

  10. decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Text

    esqueleto Database.Esqueleto

    Generates sql for limit and offset for postgres, sqlite and mysql.

Page 116 of many | Previous | Next