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. mkSet :: Foldable f => f TaggedValue -> Value

    hedn Data.EDN

    No documentation available.

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

    hedn Data.EDN

    No documentation available.

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

    hedn Data.EDN

    No documentation available.

  4. parseTagged :: Parser TaggedValue

    hedn Data.EDN.AST.Parser

    No documentation available.

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

    hedn Data.EDN.AST.Parser

    No documentation available.

  6. type EDNSet = Set TaggedValue

    hedn Data.EDN.AST.Types.Value

    No documentation available.

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

    hedn Data.EDN.AST.Types.Value

    No documentation available.

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

    hedn Data.EDN.Class

    No documentation available.

  9. ednSet :: QuasiQuoter

    hedn Data.EDN.QQ

    Quasiquoter for untagged Value wrapped in a Set.

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

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

Page 194 of many | Previous | Next