Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
StatusNotifier.Item.Service
Documentation
data ItemParams Source #
Constructors
ItemParams | |
Fields
|
Instances
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 | |
Eq ItemParams Source # | |
Defined in StatusNotifier.Item.Service |
buildItem :: ItemParams -> IO (Either MethodError ()) Source #