Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.XHB.Requests
Documentation
class Request a where Source #
Minimal complete definition
Methods
requestIO :: a -> Connection -> IO () Source #
class RequestWithReply a b | a -> b, b -> a where Source #
Minimal complete definition
Methods
requestWithReplyIO :: a -> Connection -> IO (IO (Either SomeError b)) Source #