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