Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
withClientSession :: Transport (ErrorT TransportError IO) -> (Session (ErrorT TransportError IO) -> ErrorT TransportError IO a) -> ErrorT TransportError IO a Source #
withConnect :: Session (ErrorT TransportError IO) -> ByteString -> (Transport (ErrorT TransportError IO) -> ErrorT TransportError IO a) -> ErrorT TransportError IO a Source #
module Network.ADB.Transport