alerts-0.1.1.0: Alert messages for web applications

Safe HaskellSafe
LanguageHaskell2010

Web.Alert

Description

Create web Alerts of a given AlertStatus

Documentation

data Alert Source #

Constructors

Alert 
Instances
Eq Alert Source # 
Instance details

Defined in Web.Alert

Methods

(==) :: Alert -> Alert -> Bool #

(/=) :: Alert -> Alert -> Bool #

Read Alert Source # 
Instance details

Defined in Web.Alert

Show Alert Source # 
Instance details

Defined in Web.Alert

Methods

showsPrec :: Int -> Alert -> ShowS #

show :: Alert -> String #

showList :: [Alert] -> ShowS #