influxdb-1.1.0: Haskell client library for InfluxDB

Safe HaskellNone
LanguageHaskell2010

Database.InfluxDB.Format

Documentation

data Format a b Source #

Instances

Category * Format Source # 

Methods

id :: cat a a #

(.) :: cat b c -> cat a b -> cat a c #

(~) * a b => IsString (Format a b) Source # 

Methods

fromString :: String -> Format a b #

makeFormat :: (a -> Builder) -> Format r (a -> r) Source #

(%) :: Format b c -> Format a b -> Format a c Source #

key :: Format r (Key -> r) Source #

keys :: Format r ([Key] -> r) Source #

decimal :: Integral a => Format r (a -> r) Source #

realFloat :: RealFloat a => Format r (a -> r) Source #

text :: Format r (Text -> r) Source #

time :: FormatTime time => Format r (time -> r) Source #