Safe Haskell | None |
---|---|
Language | Haskell98 |
HsDev.Server.Types
Documentation
data CommandOptions Source
Constructors
CommandOptions | |
Fields
|
commandError :: String -> [Pair] -> ErrorT CommandError IO a Source
type CommandAction = CommandOptions -> IO Result Source
type CommandM a = ErrorT CommandError IO a Source
type CommandActionT a = CommandOptions -> CommandM a Source
data ResultValue Source
Constructors
Instances