| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Network.N2O.Protocols.Types
Synopsis
- data N2OProto a
- = N2ONitro (Nitro a)
- | N2OClient (Client a)
- | Io ByteString ByteString
- | Nop
- data Client a
- data Nitro a
- = Init ByteString
- | Pickle { }
- | Done
Documentation
Top level sum of protocols
Constructors
| N2ONitro (Nitro a) | |
| N2OClient (Client a) | |
| Io ByteString ByteString | |
| Nop |
Client protocol message type
Nitro protocol message type
Constructors
| Init ByteString | |
| Pickle | |
Fields | |
| Done | |