xml-push-0.0.0.10: Push XML from/to client to/from server over XMPP or HTTP

Safe HaskellNone

Network.XmlPush

Documentation

data Zero a Source

Constructors

Zero 

Instances

Show (Zero a) 

data One a Source

Constructors

One a 

Instances

Show a => Show (One a) 

data Two a Source

Constructors

Two (Maybe a) (Maybe a)