| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StatusNotifier.Item.Service
Documentation
data ItemParams Source #
Constructors
| ItemParams | |
Fields
| |
Instances
| Eq ItemParams Source # | |
Defined in StatusNotifier.Item.Service | |
| Read ItemParams Source # | |
Defined in StatusNotifier.Item.Service Methods readsPrec :: Int -> ReadS ItemParams readList :: ReadS [ItemParams] readPrec :: ReadPrec ItemParams readListPrec :: ReadPrec [ItemParams] | |
| Show ItemParams Source # | |
Defined in StatusNotifier.Item.Service Methods showsPrec :: Int -> ItemParams -> ShowS show :: ItemParams -> String showList :: [ItemParams] -> ShowS | |
buildItem :: ItemParams -> IO (Either MethodError ()) Source #