HAppS-Server-0.9.2.1: Web related tools and services.ContentsIndex
HAppS.Store.FlashMsgs
Documentation
dataType[aOHU] :: DataType
constr[aOHV] :: Constr
dataType[aOHI] :: DataType
constr[aOHJ] :: Constr
newtype FlashContent
Constructors
FlashContent [Element]
show/hide Instances
data FlashMsg msg[aOHH]
Constructors
FlashMsg Uid Published msg[aOHH]
show/hide Instances
Typeable1 FlashMsg
(Data ctx msg[aOHH], Data ctx Uid, Data ctx Published, Sat (ctx (FlashMsg msg[aOHH])), Sat (ctx Uid), Sat (ctx Published)) => Data ctx (FlashMsg msg[aOHH])
Eq msg[aOHH] => Eq (FlashMsg msg[aOHH])
Data msg[aOHH] => Data (FlashMsg msg[aOHH])
Ord msg[aOHH] => Ord (FlashMsg msg[aOHH])
Read msg[aOHH] => Read (FlashMsg msg[aOHH])
Show msg[aOHH] => Show (FlashMsg msg[aOHH])
Serialize msg[aOHH][aOIg] => Serialize (FlashMsg msg[aOHH][aOIg])
Version (FlashMsg msg)
Default msg[aOHH] => Default (FlashMsg msg[aOHH])
Indexable (FlashMsg msg[aOHH][aOIg]) ()
type FlashMsgs msg[aOHH][aOIg] = IxSet (FlashMsg msg[aOHH][aOIg])
setFlashMsg :: (Ord msg, Data msg) => Uid -> msg -> Update (FlashMsgs msg) ()
getFlashMsg :: (Ord msg, Data msg) => Uid -> Query (FlashMsgs msg) (Maybe msg)
delFlashMsg :: (Ord msg, Data msg) => Uid -> Proxy (FlashMsgs msg) -> Update (FlashMsgs msg) ()
data DelFlashMsg msg[aP7p]
Constructors
DelFlashMsg Uid Proxy (FlashMsgs msg[aP7p])
show/hide Instances
Typeable1 DelFlashMsg
(Typeable msg[aP7p], Serialize msg[aP7p], Ord msg[aP7p], Data msg[aP7p]) => Serialize (DelFlashMsg msg[aP7p])
(Typeable msg[aP7p], Serialize msg[aP7p], Ord msg[aP7p], Data msg[aP7p]) => Version (DelFlashMsg msg[aP7p])
(Serialize (DelFlashMsg msg[aP7p]), Serialize (), Typeable msg[aP7p], Serialize msg[aP7p], Ord msg[aP7p], Data msg[aP7p]) => UpdateEvent (DelFlashMsg msg[aP7p]) ()
data GetFlashMsg msg[aP7r]
Constructors
GetFlashMsg Uid
show/hide Instances
Typeable1 GetFlashMsg
(Typeable msg[aP7r], Serialize msg[aP7r], Ord msg[aP7r], Data msg[aP7r]) => Serialize (GetFlashMsg msg[aP7r])
(Typeable msg[aP7r], Serialize msg[aP7r], Ord msg[aP7r], Data msg[aP7r]) => Version (GetFlashMsg msg[aP7r])
(Serialize (GetFlashMsg msg[aP7r]), Serialize (Maybe msg[aP7r]), Typeable msg[aP7r], Serialize msg[aP7r], Ord msg[aP7r], Data msg[aP7r]) => QueryEvent (GetFlashMsg msg[aP7r]) (Maybe msg[aP7r])
data SetFlashMsg msg[aP7t]
Constructors
SetFlashMsg Uid msg[aP7t]
show/hide Instances
Typeable1 SetFlashMsg
(Typeable msg[aP7t], Serialize msg[aP7t], Ord msg[aP7t], Data msg[aP7t]) => Serialize (SetFlashMsg msg[aP7t])
(Typeable msg[aP7t], Serialize msg[aP7t], Ord msg[aP7t], Data msg[aP7t]) => Version (SetFlashMsg msg[aP7t])
(Serialize (SetFlashMsg msg[aP7t]), Serialize (), Typeable msg[aP7t], Serialize msg[aP7t], Ord msg[aP7t], Data msg[aP7t]) => UpdateEvent (SetFlashMsg msg[aP7t]) ()
Produced by Haddock version 2.1.0