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.
parseTaggedValueFromWire :: Word64 -> Parser TaggedValueproto-lens Data.ProtoLens.Encoding.Wire No documentation available.
-
proto-lens Data.ProtoLens.Message No documentation available.
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.-
HsYAML Data.YAML 0-based byte offset
-
HsYAML Data.YAML 0-based character (Unicode code-point) offset
-
HsYAML Data.YAML.Event 0-based byte offset
-
HsYAML Data.YAML.Event 0-based character (Unicode code-point) offset
-
HsYAML Data.YAML.Token 0-base byte offset in stream.
-
HsYAML Data.YAML.Token 0-base character offset in stream.
decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Textesqueleto Database.Esqueleto Generates sql for limit and offset for postgres, sqlite and mysql.