Safe Haskell | None |
---|---|
Language | Haskell2010 |
StatusNotifier.Item.Service
Documentation
data ItemParams Source #
Constructors
ItemParams | |
Fields
|
Instances
Eq ItemParams Source # | |
Defined in StatusNotifier.Item.Service Methods (==) :: ItemParams -> ItemParams -> Bool Source # (/=) :: ItemParams -> ItemParams -> Bool Source # | |
Read ItemParams Source # | |
Defined in StatusNotifier.Item.Service | |
Show ItemParams Source # | |
Defined in StatusNotifier.Item.Service |
buildItem :: ItemParams -> IO (Either MethodError ()) Source #