Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Web.Alert
Description
Create web Alert
s of a given AlertStatus
Documentation
data AlertStatus Source #
Instances
Bounded AlertStatus Source # | |
Defined in Web.Alert | |
Eq AlertStatus Source # | |
Defined in Web.Alert | |
Read AlertStatus Source # | |
Defined in Web.Alert Methods readsPrec :: Int -> ReadS AlertStatus # readList :: ReadS [AlertStatus] # readPrec :: ReadPrec AlertStatus # readListPrec :: ReadPrec [AlertStatus] # | |
Show AlertStatus Source # | |
Defined in Web.Alert Methods showsPrec :: Int -> AlertStatus -> ShowS # show :: AlertStatus -> String # showList :: [AlertStatus] -> ShowS # |