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