Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. parseText :: String -> Text -> Either String TaggedValue

    hedn Data.EDN

    No documentation available.

  2. withSet :: (EDNSet -> Parser a) -> Value -> Parser a

    hedn Data.EDN

    No documentation available.

  3. parseTagged :: Parser TaggedValue

    hedn Data.EDN.AST.Parser

    No documentation available.

  4. parseText :: String -> Text -> Either String TaggedValue

    hedn Data.EDN.AST.Parser

    No documentation available.

  5. type EDNSet = Set TaggedValue

    hedn Data.EDN.AST.Types.Value

    No documentation available.

  6. mkSet :: Foldable f => f TaggedValue -> Value

    hedn Data.EDN.AST.Types.Value

    No documentation available.

  7. withSet :: (EDNSet -> Parser a) -> Value -> Parser a

    hedn Data.EDN.Class

    No documentation available.

  8. ednSet :: QuasiQuoter

    hedn Data.EDN.QQ

    Quasiquoter for untagged Value wrapped in a Set.

    [ednList| #foo/bar nil |]
    ===
    List [ Tagged "foo" "bar" Nil ]
    

  9. fieldSet :: forall time f . Functor f => (Map Key LineField -> f (Map Key LineField)) -> Line time -> f (Line time)

    influxdb Database.InfluxDB

    Field(s) for your data point. Every data point requires at least one field in the Line Protocol, so it shouldn't be empty.

  10. tagSet :: forall time f . Functor f => (Map Key Key -> f (Map Key Key)) -> Line time -> f (Line time)

    influxdb Database.InfluxDB

    Tag(s) that you want to include with your data point. Tags are optional in the Line Protocol, so you can set it empty.

Page 194 of many | Previous | Next