| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Monitor.Configuration.Config
Documentation
Constructors
| Mutexes | |
Fields
| |
Constructors
| Config | |
Fields
| |
Instances
| Eq Config Source # | |
| Show Config Source # | |
| Generic Config Source # | |
| FromDhall Config Source # | |
Defined in Monitor.Configuration.Config Methods autoWith :: InputNormalizer -> Decoder Config # | |
| type Rep Config Source # | |
Defined in Monitor.Configuration.Config type Rep Config = D1 ('MetaData "Config" "Monitor.Configuration.Config" "dbmonitor-0.1.0-KXGhdN7osM27GaiWzR097Z" 'False) (C1 ('MetaCons "Config" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 String) :*: S1 ('MetaSel ('Just "configChannels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Int])) :*: (S1 ('MetaSel ('Just "configFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "configAssertion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 String)))) | |
Constructors
| Settings | |
Fields
| |
readAssertion :: String -> Assertion Source #