xhb-requests-0.1.0.6.2015.8.1

Safe HaskellNone
LanguageHaskell98

Graphics.XHB.Requests

Documentation

class Request a where Source #

Minimal complete definition

requestIO

Methods

requestIO :: a -> Connection -> IO () Source #

class RequestWithReply a b | a -> b, b -> a where Source #

Minimal complete definition

requestWithReplyIO