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