Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Propellor.Types.Result
- data Result
- class ToResult t where
- class ActionResult a where
Documentation
There can be three results of satisfying a Property.
Constructors
NoChange | |
MadeChange | |
FailedChange |
class ActionResult a where Source #
Results of actions, with color.
Minimal complete definition
Methods
getActionResult :: a -> (String, ColorIntensity, Color) Source #
Instances
ActionResult Bool Source # | |
ActionResult Result Source # | |