| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
ProjectM36.Server.Config
Documentation
data ServerConfig Source #
Constructors
| ServerConfig | |
Fields
| |
Instances
| Show ServerConfig Source # | |
Defined in ProjectM36.Server.Config Methods showsPrec :: Int -> ServerConfig -> ShowS # show :: ServerConfig -> String # showList :: [ServerConfig] -> ShowS # | |
data WebsocketServerConfig Source #
Constructors
| WebsocketServerConfig | |
Fields | |
Instances
| Show WebsocketServerConfig Source # | |
Defined in ProjectM36.Server.Config Methods showsPrec :: Int -> WebsocketServerConfig -> ShowS # show :: WebsocketServerConfig -> String # showList :: [WebsocketServerConfig] -> ShowS # | |