alerts-0.1.0.0: Alert messages for web applications

Safe HaskellSafe
LanguageHaskell2010

Web.Alert

Description

Create web Alerts of a given AlertStatus

Documentation

data Alert #

Constructors

Alert 
Instances
Eq Alert # 
Instance details

Defined in Web.Alert

Methods

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

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

Read Alert # 
Instance details

Defined in Web.Alert

Show Alert # 
Instance details

Defined in Web.Alert

Methods

showsPrec :: Int -> Alert -> ShowS #

show :: Alert -> String #

showList :: [Alert] -> ShowS #

data AlertStatus #

Constructors

Default 
Info 
Success 
Warning 
Error 
Instances
Bounded AlertStatus # 
Instance details

Defined in Web.Alert

Eq AlertStatus # 
Instance details

Defined in Web.Alert

Read AlertStatus # 
Instance details

Defined in Web.Alert

Show AlertStatus # 
Instance details

Defined in Web.Alert