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