n2o-protocols-0.11.2: N2O Protocols Starter Pack

Safe HaskellSafe
LanguageHaskell2010

Network.N2O.Protocols.Types

Synopsis

Documentation

data N2OProto a Source #

Top level sum of protocols

Instances
Show a => Show (N2OProto a) Source # 
Instance details

Defined in Network.N2O.Protocols.Types

Methods

showsPrec :: Int -> N2OProto a -> ShowS #

show :: N2OProto a -> String #

showList :: [N2OProto a] -> ShowS #

data Client a Source #

Client protocol message type

Constructors

Cli a 
Srv a 
Instances
Show a => Show (Client a) Source # 
Instance details

Defined in Network.N2O.Protocols.Types

Methods

showsPrec :: Int -> Client a -> ShowS #

show :: Client a -> String #

showList :: [Client a] -> ShowS #

data Nitro a Source #

Nitro protocol message type

Instances
Show (Nitro a) Source # 
Instance details

Defined in Network.N2O.Protocols.Types

Methods

showsPrec :: Int -> Nitro a -> ShowS #

show :: Nitro a -> String #

showList :: [Nitro a] -> ShowS #