| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Server.Control
Documentation
data CPClientRole Source #
Instances
| Show CPClientRole Source # | |
Defined in Simplex.Messaging.Server.Control Methods showsPrec :: Int -> CPClientRole -> ShowS show :: CPClientRole -> String showList :: [CPClientRole] -> ShowS | |
| Eq CPClientRole Source # | |
Defined in Simplex.Messaging.Server.Control | |
data ControlProtocol Source #
Constructors
Instances
| StrEncoding ControlProtocol Source # | |
Defined in Simplex.Messaging.Server.Control Methods strEncode :: ControlProtocol -> ByteString Source # strDecode :: ByteString -> Either String ControlProtocol Source # strP :: Parser ControlProtocol Source # | |