| License | BSD-3-Clause |
|---|---|
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Swarm.TUI.Model.DebugOption
Description
Sum type representing the Swarm debug options.
Documentation
data DebugOption Source #
Constructors
| ToggleCreative | |
| ToggleWorldEditor | |
| DebugCESK | |
| ListAllRobots | |
| ListRobotIDs | |
| ShowHiddenGoals | |
| LoadTestingScenarios |
Instances
debugOptionName :: DebugOption -> String Source #
readDebugOption :: String -> Maybe DebugOption Source #
readDebugOptionList :: String -> Either String [DebugOption] Source #